Hello please I need help.
I just changed my baserow_public-url from my server ip address to a domain name, and I can’t log back into my account. The domain name opens the login page, but when I try logging in, it keeps saying: “The action couldn’t be completed because an unknown error has occurred”.
I am 100% certain I did not forget my password.
I took it back to my server ip, it is still having the same issue.
petrs
October 22, 2024, 8:44am
3
Hi @Steve223 ,
you didn’t provide enough information for us to help you. How and where do you deploy Baserow? What is your BASEROW_PUBLIC_URL
?
@petrs
I deployed it using docker on my PC, with the BASEROW_PUBLIC_URL=nocode.mooo.com
petrs
October 22, 2024, 8:56am
5
So your PC has a public IP address that you set as a DNS record for your domain?
The domain is pointing to my PC’s IP address. When I go to nocode.mooo.com in my local network, baserow login page opens. But it’s not logging me in.
petrs
October 22, 2024, 9:14am
7
I think your BASEROW_PUBLIC_URL
might not be set properly. From the docs:
The public URL or IP that will be used to access baserow. Always should start with http:// https:// even if accessing via an IP address.
@petrs
This the command I ran:
docker run -e BASEROW_PUBLIC_URL=http://nocode.mooo.com --name baserow -d --restart unless-stopped -v baserow_data:/baserow/data -p 80:80 -p 443:443 baserow/baserow:1.28.0
petrs
October 22, 2024, 1:36pm
9
And you are saying that this has previously work with your IP address, and now doesn’t work with neither the domain and the IP address?