Hello ive been having issues with oauth only in production, when running node locally everything works as expected only when pushed to Cloudflare Pages oauth doesnt really work. Its basically a clone of the SvelteKit SSR tutorial here: https://appwrite.io/docs/tutorials/sveltekit-ssr-auth/step-1
It throws a 500 Internal Error logs from Cloudflare Pages: { "message": [ "AppwriteException: Invalid redirect" ], "level": "error", "timestamp": 1717980362469 } I tired multiple things with redirect uris and everything i could find and nothing worked. Thanks for help!
Recommended threads
- Urgent Help
Hello Appwrite team, I urgently need your help. I am the founder of OnBuch, an EdTech application used by around 10,000 users in Cameroon. In the last two day...
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...