Install help - Box spins forever on loading screen #81
Replies: 4 comments 2 replies
|
Hello @Otterbacher-OtekEng, It seems that the API might be trying to connect to RabbitMQ using an incorrect route. Could you please verify that the connection route in your API configuration matches the route of the RabbitMQ instance running in your Docker setup? Thank you! |
0 replies
|
I have fixed this by matching the RabbitMQ route used in the environment variables. |
0 replies
|
By 'RabbitMQ' route do you mean the port? The port of RABBITMQ_URL is the same as used in the rabbitmq container (5672). I'm not defining any environmental variables other than what's defined in the compose file - am I missing something? |
1 reply
|
Hey, I have updated the compose a little bit since last time. Is this still reproducable for you? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm new to self hosting Docker images and don't fully understand the compose file. Below is what I have now - thoughts?
My issue is that the web app doesn't load when I go to 0.0.0.0:5173, the kaneo box spins forever. Portainer is used to run the docker compose script.
Thanks!
All reactions