Help to debug self hosted solution

Hi there, after updating my solution (sorry don't have the version number I went from) something happened to my instance. When i start the server and the web projects I can log in and see this (from my desktop, not locally on the server):
No description
12 Replies
Ducky
Ducky2mo ago
I'm sorry, I couldn't find the answer in the documentation. -# If your issue is resolved, feel free to use the /solved command to close this thread. If you'd like to ask me another question use /docsearch
Torbjorn
TorbjornOP2mo ago
A part of my server output, can't see anything wrong here:
No description
Torbjorn
TorbjornOP2mo ago
On the server i can see the photos:
No description
Torbjorn
TorbjornOP2mo ago
Hmm in the server logs now i found this:
No description
Torbjorn
TorbjornOP2mo ago
Dev console in my browser (desktop pc) gives me:
No description
Torbjorn
TorbjornOP2mo ago
Any suggestions on where to start debugging? okei, uinstall. meh.
Dylanger
Dylanger2mo ago
Usually topics posted here get seen a little more, give it one more day?
Arbor
Arbor2mo ago
I had a very similar problem, for me changing all the "localhost:port" to "actualserverip:port" did the trick. I think the problem is that the containers cant properly talk to each other
Torbjorn
TorbjornOP2mo ago
hmm.. can try that, just have to find all the different config files spread around
Arbor
Arbor2mo ago
are you using an reverse proxy or do you only acess the server locally?
Torbjorn
TorbjornOP2mo ago
only locally
artem
artem2mo ago
You followed the CORS allowlist instructions in the documentation?
docker exec -it $(docker ps -q -f name=ente_minio) sh
mc alias set admin http://localhost:9000 <minio_user_key> <minio_pass>
mc admin config set admin api cors_allow_origin="*"
docker exec -it $(docker ps -q -f name=ente_minio) sh
mc alias set admin http://localhost:9000 <minio_user_key> <minio_pass>
mc admin config set admin api cors_allow_origin="*"
And then restart minio Also seeing an invalid access key error. Can you check your credentials are configured correctly in both the minio contianer and the museum?

Did you find this page helpful?