I thought it would get solved when using a custom domain for my API endpoint but it's still not working. My API and app are now running on the same URL. I'm suspecting it's a cookie thing. Pretty hard to debug, anyone been running into this issue?
Can you provide more details about what you're doing?
Visiting the link generated from account.createVerification does not work on mobile devices
What link did you put?
it works on desktop, so i'm suspecting phones are handling something different
You mean a mobile browser?
yeah
same on chrome/safari
not sure if this breaks or something else
const userId = searchParams.get("userId")```
What's your API endpoint?
Can you do some sort of logging/debugging to try and see what's wrong?
I think chrome as a remote debugger tool
Hmm ok I'll look into this more when I have time. I'm not sure how to log/debug this stuff but i'll look into that remote debugger tool.
I was hoping this would be a common issue that more people would've encountered and fixed
I'll remove email verification for now
First I heard of this. I do email verification in the browser and it works fine. No session is required for email verification
Recommended threads
- 403 The current user has been blocked.
Hello, I have a free plan; I've tried to access my project and I get the message "403 The current user has been blocked." I have database, sites, and auth in us...
- [Bug?] row_already_exists (409) after ma...
Hi, I'm experiencing a confusing issue with Appwrite Cloud Setup: A `tournaments` table with a composite UNIQUE index on (tournament_name, date). Steps to rep...
- Am getting "The current user has been bl...
Was working on my app FLUTTER WEB APP, and suddenly, I have been blocked.... What can I do ? When I try to sign in to the console, I get "The current user has ...