Hello,
I know there is other post on that topic but it doesn’t help me unfortunately …
so I’m on docker on synology dsm …
install went without error :
docker run -d --name=baserow \
-p 3888:8080 \
-e BASEROW_PUBLIC_URL=https://MY.IP.AD:3888 \
-e BASEROW_CADDY_ADDRESSES=:8080 \
-v /volume1/docker/baserow:/baserow/data \
--restart always \
baserow/baserow:latest
but I can’t sign up I have the famous message :
Network error
Could not connect to the API server.
e[36m [BEAT_WORKER][2022-11-27 17:58:58] [2022-11-27 17:53:58,489: INFO/MainProcess] Scheduler: Sending due task baserow.core.trash.tasks.permanently_delete_marked_trash() (baserow.core.trash.tasks.permanently_delete_marked_trash) e(Be[m
[BACKEND][2022-11-27 17:57:01] 127.0.0.1:48104 - "GET /_health/ HTTP/1.1" 200
so it doesn’t work I feel that the problem is around the way of connecting with the Database … I spent 1 full day on that … if someone can help me …
thanks a lot.
ch.