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
- Invalid query: Query on attribute has gr...
I cannot view the table within the Console
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...