Rank 2: Process
My App that has been working for weeks, ain't loading anything at the frontend anymore. I thought maybe the API key expired but it's not the case. Users are logging in properly.
But see nothing.
Votes
0
Replies
24
Participants
5
Messages
25
Rank 2: Process
My App that has been working for weeks, ain't loading anything at the frontend anymore. I thought maybe the API key expired but it's not the case. Users are logging in properly.
But see nothing.
Please share network logs, project ID, any errors etc
@David pls share your projectId or any errors etc.
Rank 2: Process
requests look ok, any errors?
Rank 2: Process
Rank 2: Process
any change in permission on the console, all your data looks as expected?
Rank 2: Process
The database is the same as it was. Even I activated older deployments but still no success.
Can you please share the complete HAR file? Here are the steps to generate a HAR file:
Open your browser (we recommend Chrome).
Press F12 (or right-click and select Inspect) to open Developer Tools.
Go to the Network tab.
Check the box for Preserve log.
Reproduce the issue.
Once done, right-click anywhere in the log and select Save all as HAR with content.
Share the saved HAR file with us as an attachment in your reply.
Rank 2: Process
I uninstalled Chrome. But guess I have to install it again.
Rank 2: Process
Apparently the data loads in Google Chrome. Which makes me it's a caching issue or something so I tried Firefox and Brave in Private Mode. The data loaded.
How can I make sure, the data loads in browsers. At the frontend I am using TanStack
could be a browser specific issue.
Rank 2: Process
I doubt if it can be a browser issue for both Firefox and Brave.
it might be a an issue with browsers that don't respect 3rd party cookies. Appwrite uses localstorage as a fallback for that. Try to login again to the apps if for some reason you localstorage secret got removed. A more bulletproof solution would be to add a custom domain to your Appwrite endpoint. This would need to be something like api.myapp.com. You can add it from your project's settings
this will make your session cookies act as first party cookies instead of 3rd party
another option is to use SSR for auth and to manage your own cookie.
cc @Divyansha
Rank 2: Process
For sure, I have a custom domain already. edge.kilimocare.com
I don't know if I am ready to engage SSR just for Auth.
Does this happen to me only?
if you're already using a custom domain this might be a different issues. Would you be able to give access to our team to check the app?
Rank 2: Process
Yes please, I can the team access to the app. What's the process?
DM myself and @Divyansha with the temporary login details, or info about how to signup
I tried replicating the issue in two browsers ( chrome and firefox) however the data loads fine for me.
Rank 2: Process
It's now becoming more harder to debug. Could you try this account atmubirumark01@gmail.com and FFF1Dl$K3V
Rank 2: Process
Does it load data also?