Description
Thanks a lot for your help with my previous question @yatharthranjan !
I was able to successfully install radar-base on my server (Google Cloud) and access the management portal via browser using http.
When I try to sign in as admin with the password that I set as the MANAGEMENTPORTAL_COMMON_ADMIN_PASSWORD variable in the .env file, it doesn't do anything. From inspecting browser console, I saw that the it was getting 401 errors as shown in the image attached below:
Is there anything I'm doing wrong? I attached my .env file for you in case it helps.
Could it be because I am connecting via http and not https? I couldn't get letsencrypt working because it gave me the following error during installation. From further inspection, it seemed like it wasn't going to work because I have a IPV4 address and not a IPV6 address. Is it imperative that https works? Or is http okay?
ailed authorization procedure. mhiatsl.com (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://mhiatsl.com/
.well-known/acme-challenge/BRQzjQF-o8QdWtqzz-7UUk12LvotXk2X2Snjj6X6D6k [35.203.20.82]: "\r\n<title>404 Not Found</title>\r\n<body bgcolor="white">\r\n
4
04 Not Found
\r\n"
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: mhiatsl.com
Type: unauthorized
Detail: Invalid response from
http://mhiatsl.com/.well-known/acme-challenge/BRQzjQF-o8QdWtqzz-7UUk12LvotXk2X2Snjj6X6D6k
[35.203.20.82]: "\r\n<title>404 Not
Found</title>\r\n<body bgcolor="white">\r\n404
\r\n
Not Found
"
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
Thanks so much for your continued support in this project, I really appreciate it!