Can't log into my self hosted instance

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.

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

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.

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

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?