SSR Authentication works fine from my pc at localhost:5173 but won't let me authenticate (although it registers the session on my appwrite console) from a device (phone) on the same network. Using sveltekit pnpm dev --host
TL;DR
Developers are facing issues authenticating from a device on the same local network despite successful authentication from localhost. The session registers on the appwrite console but authentication fails. They are using sveltekit with the command pnpm dev --host.