Webserver Fail APP_URL

My validate looks fine except I getting error on
Webserver

FAIL: APP_URL is not set correctly. It should be set to https://mywebsite.net

I was getting warning on this and the suggestion was to run the below command.
lnms config:set base_url https://mywebsite.net
When I did that the warning is changed to Failure

I found solution to remove the # for the base_url in /opt/librenms/.env
I have the below setting in .env
#config:set base_url https://mywebsite.net
If I remeove # then the website doesnt work

How can I fix this?
Thanks

I’m hoping that’s just an example by the way :slight_smile:

Are you setting it to the URL that you would access the webui via?

Everything is working for me. I get this failure warning message when I validate.
Its still working even thought with validate error.
I want to know how I can get rid of this error?

@laf Yes the URL is not actual.

base_url in your config should match APP_URL in .env

Only just noticed this bit. That config line doesn’t belong in .env. APP_URL=https://mywebsite.net needs setting in .env