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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)