Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking the "Homepage" button on that error screen correctly loads my site. So obviously the URL in the Magic Link is somehow wrong. How do I track this down to determine why the URL is pointing to the wrong place (hm, just had a thought... maybe that page is not actually there... doh!). In any case, if anyone has some tips for how to track down the root cause of this, I would be very grateful! Thanks!!
what instance? self-hosted? I suspect the project region slug missing in the url 🤔
also what does the URL look like?
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)