Hi Guys,
heads up - good news, I was able to spin up the docker all-in-one image from baserow/baserow from DockerHub onto my NAS.
(on specific settings I’ve done: in env variables I just set BASEROW_PUBLIC_URL to IP of my NAS on LAN network, and also needed to set port forwarding 80:80; I also mounted volume /baserow/data to some folder located on host).
Now, maybe silly questions:
-
how do I get first user registered (supposedly as superuser)? Is there any “default (super)user” already created after brand new instance of baserow has been spined up?
-
when I try to register new user via frontend I get error
“Action not completed.
The action couldn’t be completed because an unknown error has occured.”
Not sure what the reason for error is, when I check container terminal window it just prints 200 status codes, and no tracebacks raised there.
Where to look for traceback logs? Is that settable via some env variable to streamline all logs from different services like django, celery etc. to one common folder?