-
Notifications
You must be signed in to change notification settings - Fork 132
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
Unknown error: failed to fetch #99
Comments
yes same error showing at my self hosted app as well. what did we missed? |
@ramonov this ref should fix you up: https://github.com/hcengineering/huly-selfhost/tree/19e894281bc29063b9fbaddc9dc168957daa3783 I'm testing it now. It is for this PR which seems to be close to being accepted and merged: #36 |
Can you show the error that gets printed in your browser dev console at the time that you hit the |
@ramonov although your error appears similar, it might be caused from something different from @shanzez. |
Hello! We're excited to try Huly out. I'm having some issues, I believe, with my nginx configuration. We're getting:
Our setup:
We're running nginx in a separate container, but on the same external docker network. I did this so I would just be able to route everything via the same nginx instance on our test machine. We have two other applications using this setup successfully.
We're able to get to huly., but cannot login or create accounts. Here is the addition I made to our nginx.conf for huly:
And the docker compose file for the account container:
The text was updated successfully, but these errors were encountered: