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
- Impossible to create project via CLI?
Is it possible to create a new project via the appwrite CLI ? I need to create a few projects for something I'm working on and because i don't want to do it man...
- Understanding S3 setup with appwrite
Hey, i'm planning to change the storage from local to S3, tho i have some questions to see before starting the migration. 1. Does all the `/storage/<storage_ty...
- S3 files like health6a079a79afaa25.44072...
I migrated to another external S3 host for my appwrite and in many (but not all) folders a file (something like health6a079a79afaa25.44072323 - file itself is e...