-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Frontend does not work #29
Comments
Have you taken the docker compose of the main branch or the docs? I just looked an the main branch one is not up to date. It mainly differs in that you have to set front-url on the backend too. |
I used the one in the docs here |
Okay good, did you include the correct protocol, i.e. https instead of http? It has to exactly match what you would enter into the browser's url bar. |
I'll test it out tomorrow, but one person in the matrix group just set up yesterday. So I'm not really sure where the problem could be here. The logs don't seem to give any indication what could be wrong. In most cases other people had setup the wrong url in either front or backend. |
Yeah after log on it goes into a spinning circle and doesn't progress |
I cannot reproduce this, the current configuration definitely works if setup correctly.
So are you saying you can enter your username + password and then are stuck? Would you mind sharing any browser request errors. Right click in your browser -> inspect -> network or open the developer tools and than click on network. Are there any CORS related issues? You might need to click on the green refresh button a couple of times for them to show up. |
Yup. So this one is on me. Sorry about wasting your time. I was using the local http://private_ip:port instead of the domain I set up since my docker GUI was pointing to local. It just never clicked on why that wouldn't work. Using domain with nginx works without issue. |
Haha no worries, glad it finally works. I think I need to update the documentation a bit, you're not the only one who struggled with that part 😄 |
Also, unrelated, I saw that a previous issue or two was stemming from unraid community apps template for this. I did a pull request with the maintainer of that template to fix the ports issue and it was merged so that should be fixed in the unraid world now |
Awesome, thanks for the contribution! |
Is this urgent?
No
What parts are affected
Frontend
What are the Server/Client versions of KitchenOwl
docker latest as of today
What's the problem 🤔
Copy/pasted the docker-compose and ran. Only changed the url and JWT token. I can access the webui but all I get is cannot connect reach server.
Share your logs
Share your configuration
docker-compose is identical to docs minus the url.
The text was updated successfully, but these errors were encountered: