-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Error reporting when editing website and view detail website with reverse proxy #2371
Comments
I have the exact same problem via NGINX with basic docker-compose.yaml from the Umami repository v 2.8.0 |
I feel less alone :) I wanted to test the tool but I appreciate that having this kind of problem doesn't make me want to go further but I would like to resolve this problem so that I can at least try. |
You must use Umami version <= 2.5.0 I haven't talked about it with someone on another issue, you have to downgrade the version to version: 2.5.0, you have to change in docker-compose:
|
I used this for a long time, when it works it's incredibly simple and very good! :) |
I will try manually since I don't use Docker. The problem is that I don't really want to test an old version. If the problem is not resolved, I would turn to another tool I think |
Yes I understand there are quite a few features and fixing bugs.. so we don't take advantage of it unfortunately, I also hate doing that but it's in the meantime.. |
yep no worries It is also possible that given the problem, there is a problem in my configuration. I'll take a closer look. The software seems to be worth it :) |
I don't think it's on your side, a lot of issues were open for this problem |
The chunk load failed error is a Next.js problem. There are many different issues reported with different solutions. Keep in mind that we run all of our own versions in production for Umami Cloud, so we would definitely run into any errors. However, we host through Vercel and not behind Nginx or Docker, so it's hard to troubleshoot every possible scenario. In case this helps, here are the Next versions for each Umami release: What you can try is to build your own Docker image from master or simply run the code from master to see if it helps. It has the latest Next.js version. |
What do you need @mikecao to help diagnose this? Docker nginx reverse proxy is a pretty common configuration for a bunch of people I'd imagine. I have the same issue running 2.6+ |
同样的问题,当我使用ip加端口访问时候没问题。 反向代理,点击查看就会报这样的错误 |
Running umami+postgres on a VPS, server by nginx. Had the same issue. Fixed by using the latest release tag instead of the
|
FWIW, I fixed my instance of this bug by disabling ublock origin for my Umami web console url. |
This issue is stale because it has been open for 60 days with no activity. |
This issue is stale because it has been open for 60 days with no activity. |
This issue was closed because it has been inactive for 7 days since being marked as stale. |
Describe the Bug
Hello,
I have installed umami on Ubuntu server last LTS with postgresql and configured a reverse proxy with nginx. All access is good and install is OK without error
--> I have this error when i want to edit a website :
--> and this error when I want to wiew details stats :
I have these error with nginx reverse proxy only. In HTTP Direct access with 3000 port I haven't got the error.
-- My nginx proxy conf :
npm install next@latest --force
broke umami installationDatabase
PostgreSQL
Relevant log output
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
github source, post gre
The text was updated successfully, but these errors were encountered: