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
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...