-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
cinny doesnt go further than "Heating up" #1757
Comments
The issue is because the olm.wasm is expected to be found on /home/olm.wasm but is only being served on /olm.wasm with a custom nginx config this can be fixed by doing something dirty like this
|
the proposed workaround didn't work for me, but I tried another method that did fix it for me, though it does also redirect any
|
Yeah what I did is add is a new nginx file based on the cinny/contrib/nginx/cinny.domain.tld.conf file:
Then modify the dockerfile to put this in the place of default/default.conf:
|
Describe the bug
After pulling the latest changes and building the docker image I was greeted by "Heating up"
It doesn't go further than this.
In my nginx log I found this:
Reproduction
pull the latest repo version
follow the steps in the documentation to build the docker image
run it
go to localhost:8080 and log in
wait indefinetly for the heat up
Expected behavior
Login works and I can see cinny chat
Platform and versions
Additional context
No response
The text was updated successfully, but these errors were encountered: