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
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...