mickael-kerjean / filestash

🦄 A file manager / web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
https://www.filestash.app/
GNU Affero General Public License v3.0
10.05k stars 738 forks source link

server/ctrl/session.go:466:11: cookie.Partitioned undefined (type http.Cookie has no field or method Partitioned) #740

Open vb197701 opened 1 week ago

vb197701 commented 1 week ago

Thank you for your project. I got the following error when compiling the docker image. Please check. I am a newbie and don’t know how to compile. They are all based on search and AI. 2024-09-14_084027

vb197701 commented 1 week ago

It has been fixed and compiled successfully on the Oracle arm machine. For details, please refer to: https://github.com/vb197701/filestash/blob/master/docker/Dockerfile

mickael-kerjean commented 1 week ago

That's currently being worked on. The gist is you need to use go 23. Partitioned cookie is a new thing that came after Google rolled out a feature preventing people from creating cookie from a iframe in different domain. The thing is there's quite a few people doing that and this has break their setup, hence the partitioned cookie change that got introduced