I have a strange problem with AP. The containers (AP, Postgres, redis) start without any error:
The application started on https://domain.tld, as specified by the AP_FRONTEND_URL variables.“}
{“level”:40,“time”:1730188633831,“pid”:8,“hostname”:“d7d36ae906b2”,“msg”:”[WARNING]: Pieces will be loaded from source type DB"}
If I check the logs, heartbeat works and gives back status code 200. But if I access the web UI, I get the following errors:
Unexpected Application Error!
Request failed with status code 401
AxiosError$1@https://domain.tld/assets/index-BReZRUao.js:81:45834
settle@https://domain.tld/assets/index-BReZRUao.js:83:1322
lo@https://domain.tld/assets/index-BReZRUao.js:83:7412
If I check the logs, I get this:
{"level":30,"time":1730191985045,"pid":8,"hostname":"d7d36ae906b2","reqId":"req_bbhNcUeU45QZscKHbWl9I","req":{"method":"GET","url":"/v1/platforms/aQlNqfvxZYCEimT0PsPfy","hostname":"domain.tld","remoteAddress":"127.0.0.1","remotePort":47702},"msg":"incoming request"}
{"level":30,"time":1730191985047,"pid":8,"hostname":"d7d36ae906b2","reqId":"req_bbhNcUeU45QZscKHbWl9I","res":{"statusCode":401},"responseTime":1.43806791305542,"msg":"request completed"}
I am on Unraid, but the container is pretty much the default one. I removed all 3 containers and reinstalled them. Same problem. Any ideas?