I am facing the above mentioned issue, no matter if I am using web-sdk 16.0.2 or 17.01 (apw server is on 1.6.0) - maybe someone could help?
I discovered from here: https://github.com/appwrite/sdk-for-web/blob/4c8f1cc48b5ddb466599fc12776be982c4462101/src/client.ts#L510 that its obviously necessary to have the ssr setting create session method, have the cookie named exactly like
a_session_<projectId>
which is not what is for example stated here: https://appwrite.io/docs/products/auth/server-side-rendering (here they used just
session
as cookie name. That sounds like it would be some issue, what do you think @Darshan Pandya ?
are there more logs in the console tab? I have some doubts regarding since this was an old issue but different call site.
sorry i am not pro user, so cannot paste the whole logs object here at once - see file (which is: console.log(client) ...regarding the client instantiated for the realtime connection)
i just restarted the whole app using a_session_<projectId> ...its doesnt make a change, still getting the same error a couple seconds after the realtime client is instantiated
Recommended threads
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...