I have a web app on the Google Cloud and Appwrite consoles. When I log in it throws “missing redirect” but if I refresh the web app it verifies the session.
Does redirect only work on mobile or what am I not understanding?
This in local dev not deployed to a domain. My Appwrite instance is on an HTTPS domain not on my LAN or 💻 .
In web, you're supposed to pass a success url to redirect the user to your app. See https://appwrite.io/docs/client/account?sdk=web-default#accountCreateOAuth2Session
Recommended threads
- Help
- Failed to generate functions SSL
```appwrite-worker-certificates | Cannot renew domain (functions.domain.com) on attempt no. 9 certificate: Failed to verify domain DNS records. appwrite-worker...
- Dart 3.10 runtime on self-host 1.8.1
I added dart-3.10 runtime in .env file, applied the changes, but cannot see such option on console. is dart 3.10 not supported by self hosted 1.8.1? if not, whe...