You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding stronger permission guards raised an issue where a 401 unauthorized is returned and this shows "Unexpected error" to the user.
Currently a lot of errors are returned with a 200 and a message this should be improved to register the correct api response code.
How could this be improved?
Show the user "Not Authorized" or "Unauthorized" based off the api response.
Is this a feature you would work on yourself?
I plan to open a pull request for this feature
The text was updated successfully, but these errors were encountered:
What is currently missing?
Adding stronger permission guards raised an issue where a 401 unauthorized is returned and this shows "Unexpected error" to the user.
Currently a lot of errors are returned with a 200 and a message this should be improved to register the correct api response code.
How could this be improved?
Show the user "Not Authorized" or "Unauthorized" based off the api response.
Is this a feature you would work on yourself?
The text was updated successfully, but these errors were encountered: