When the user clicks the button to register, 2 apis will run: a create user api and create verification api but the create verification is not working and giving this error. Note: I've already configured *.vercel.app in the platforms
What have you set the success URL to?
my website's base url /verify
You can visit and simulate the issue as well: https://palettegram.vercel.app/register
Have you tried adding a platform for "palettegram.vercel.app" instead of "*.vercel.app"?
Na, let me try
Yeah, it's working fine now. Thanks😊
Great! If your issue has been solved, you can mark this post as closed by adding “[SOLVED]” to the beginning of the title
Please add a 👍 to this related issue: https://github.com/appwrite/appwrite/issues/6322
[SOLVED] Host Issue while running
Recommended threads
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...