this post was submitted on 05 Aug 2023
7 points (81.8% liked)
Lemmy.world Support
0 readers
1 users here now
Lemmy.world Support
Welcome to the official Lemmy.world Support community! Post your issues or questions about Lemmy.world here.
This community is for issues related to the Lemmy World instance only. For Lemmy software requests or bug reports, please go to the Lemmy github page.
This community is subject to the rules defined here for lemmy.world.
Support tickets can be created by sending an email to info@mastodon.world
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is that what they said? Often with single page app setups you have unrecognized routes return the main index.html with JS files etc. by default, and then detect the URL path and feed that into the SPA router. From checking in inspector it looked like it was failing to authenticate when loading the route via XHR, like some kind of on-page context was missing that would be required for that request, i.e., it's not redirecting to the index page and is maybe rewriting straight to the API endpoint. Not sure myself though.