Warning
This post was published 38 days ago. The infomation described in this article may have changed.
Hello. First of all, I love this project! For some reason, when I set it up locally, I can create an admin and usernames in Safari, but when I login, nothing happens. None of my settings show up. It works in Firefox and Chrome, though. And it works on your this site in Safari but not when locally set up and using Safari. Any reason why? Thanks
๐ท๏ธ safari, settingsIt looks like something wrong with cookie. Could you open safari in inspect mode?
https://jun711.github.io/web/how-to-inspect-network-request-and-response-headers-on-safari/
bree 2023-08-21 ๐ ๐ [op]
I disabled javascript and disabled extensions under the Develop menu, so adguard is completely disabled in Safari and it doesnโt give those errors but still it doesnโt show the user settings or anything or any indication that theyโre logged in, although I am able to create users but when I log in it doesnโt show any user settings or user menu or anything showing that theyโre logged in. the login isnโt working in safari for some reason
maybe you disabled cookie? https://discussions.apple.com/thread/7898772
Maybe I should set SameSite
to None
,
If you could build it locally. Maybe you can remove SameSite=Strict;
https://github.com/freedit-org/freedit/blob/bf4539af36d07be5f43fba25fc7827f5411fdd05/src/controller/user.rs#L1141