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
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?