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
 

I've noticed very recently (last two days or so) that when I get a direct link to a specific comment, it won't load anything under certain circumstances.

Following the link from the button on the comment, either from the profile or from viewing other comments on the post, will work, but using the link as the URL for a post in a different community, or opening a new tab and pasting the link in, don't.

In the former situation, the UI of the post I gave it as the URL for just freezes until I press the back button, still showing the post. In the latter, Lemmy doesn't load at all.

I'm using Librewolf 116.0, based on Firefox 116.0.

you are viewing a single comment's thread
view the rest of the comments
[–] dx1@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

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.