-
Notifications
You must be signed in to change notification settings - Fork 28
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
404 on Channel page #268
Comments
Post your docker compose along with any errors in the browser console / network tab. It's probably related to the frontend container not being able to connect to the API via the reverse proxy. If you exec into the frontend container, can you curl the API url via reverse proxy? If not, you'll need to fix that. |
Hi, second on this, im also getting this error. Im also using a reverse proxy, every page works except for this one. Im able to curl the API |
If you exec into the frontend container |
Hi, I'm facing the same problem as well, everything is working fine except channel page (which will lead to a 404 error).
|
Make sure |
This would be an helpful information on the reverse proxy wiki page. |
I'm getting a 404 error on the Channel page. (https://url/channels/name)
I am using a reverse proxy,
I've seen the same issue before, but it didn't work for me.
There seems to be no problem with docker-compose, is there a solution?
The text was updated successfully, but these errors were encountered: