
hey can anyone help me how to resolve this error . everything was worked fine till yesterday but suddenly this error was showing in my console .
TL;DR
Summary: The developer is experiencing a "401 unauthorized" error and is seeking assistance on resolving it. They mention that everything was working fine until yesterday.
Solution: The error could be related to login/authentication. The developer should check if proper credentials are being used and verify that the necessary authentication mechanisms are in place. Additionally, they can try clearing their browser cache or cookies and restarting the application.

Are you expecting to be logged in here?
Recommended threads
- Session deletion for 'current' fails on ...
I want to delete the user's current session via the client side. This is my full function: ```js export const deleteUserSession = async () => { try { ...
- Issue with create collection button.
i can't find the create collection button. instead of that create tables is appearing.
- Queries Length Error.
Hi All, I am having a issues across my app with how i am getting data, and just wanted to check if this was an issues with the new changes on appwrite over the...
