Closed lfloresbatista closed 4 months ago
It seems like current server version is buggy.
Try to specify older version:
services:
server:
image: standardnotes/server:5c02435ee478b893747d3f9e41062aae12d7ff10
env_file: .env
container_name: server_self_hosted
restart: unless-stopped
links:
(...)
It seems like current server version is buggy.
Try to specify older version:
services: server: image: standardnotes/server:5c02435ee478b893747d3f9e41062aae12d7ff10 env_file: .env container_name: server_self_hosted restart: unless-stopped links: (...)
Excellent, I tested a most recently tag (without "latest" tag), and it did work in the webapp but the desktop-app didn't work, these is the tag that i used:
"9de33528853f22187f10a49fe301756cc8c65fa8" ❌
"5c02435ee478b893747d3f9e41062aae12d7ff10" ✅
So, as you recommended, that is the right image version to use.
thank you very much
Is this now fixed on the latest server version?
Is this now fixed on the latest server version?
No, this is still broken
The most current fix is here https://github.com/standardnotes/forum/issues/3635
I'm testing standard notes server with all the configuration, everything going well, but when i login to sync with my server the app (web and desktop) still asking me for login constantly, im sharing you the docker-compose file, and the logs of the different containers:
compose file:
i'm using a mysql container thar i already use for my homelabs, this container is in the same network as the snote server, im sharing the ping response:
These are the logs for the entire container:
Sync web screenshot:
if someone can give some light about, I'll appreciate it