this post was submitted on 14 Aug 2024
9 points (84.6% liked)

Pawb.Social General Lounge

222 readers
1 users here now

An all-purposes general community for Lemmy / Mastodon related discussions that affect (or inform) all of our community.

Rules

founded 1 year ago
MODERATORS
 

Is anycritter else unable to stay logged in? Every new page I go to (a post, a community, a user) shows me logged out. I can log back in, but only for that page.

If it's on my end, advice would be nice ':3
Thankies squeek ๐Ÿญ

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 1 month ago (1 children)

hmmm. I will assume you've restarted the browser completely at some point.

If you open up web developer tools (ctrl+shift+i) when you load pawb.social, with each request, in the cookies tab, or in the request header you should see one cookie jwt: "xxxxx". DO NOT SHARE THIS TOKEN. Its a pretty simple system. You might have some containerizing of tabs going on which will not allow the cookie to share across tabs. It should show if anything is being blocked, or your just not sending the cookie with your request. The other items in my request header for the root of pawb.social are
Accept : "image/avif,image/webp,/"
Accept-Encoding : gzip, deflate, br
Accept-Language : en-US,en;q=0.5"
Connection : keep-alive
Cookie : jwt=hahahaha
DNT : 1
Host : pawb.social
Sec-Fetch-Dest : document
Sec-Fetch-Mode : navigate
Sec-Fetch-Site : none User-Agent : Your user agent

[โ€“] [email protected] 1 points 1 month ago (1 children)

Looks like it's there even in a new tab. Logging in again gets me a new one, which works... until I open another tab. Interesting thing, I can duplicate a tab and that one shows me logged in. Hmmmmmm. ๐Ÿค”

Okay, had some more fun. I've got a heisenbug ๐Ÿ˜… Sometimes opening a new tab works as expected, sometimes it doesn't. Duplicating a tab seems reliable, but that's kindof a goofy way to browse.

GET / HTTP/1.1
Host: pawb.social
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:129.0) Gecko/20100101 Firefox/129.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,/;q=0.8
Accept-Language: en-GB,en;q=0.5
Accept-Encoding: gzip, deflate, br, zstd
DNT: 1
Sec-GPC: 1
Upgrade-Insecure-Requests: 1
Sec-Fetch-Dest: document
Sec-Fetch-Mode: navigate
Sec-Fetch-Site: cross-site
Connection: keep-alive
Cookie: jwt=hunter2

[โ€“] [email protected] 2 points 1 month ago (1 children)

If you didn't see the edit, @[email protected] seems to have determined its an issue with NoScript https://pawb.social/comment/10303654

Lemmy on desktop is pretty much all javascript, so that doesn't surprise me too much. It still sounds like some containerizing is going on. and a logged out header would be more interesting. If that was a logged out header, that's really strange because I wouldn't expect to see the cookie with the request.

[โ€“] [email protected] 1 points 1 month ago (1 children)

Thanks, but that's the first thing I tried after seeing that post :-\ Didn't work for me. Muchly weird. Problem seems... less bad now? Sometimes pages load logged-in, sometimes refreshing helps.

Also, nowhere else seems to have this issue. Maybe the server hates me personally v.v

[โ€“] [email protected] 2 points 1 month ago

It sounds like its time to create a new profile and start adding your addons one by one until you see the weird behavior. When it breaks try disabling or removing the breaking one on your original profile. I can't think of anything else to try. Good luck. about:profiles