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
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...