-
-
Notifications
You must be signed in to change notification settings - Fork 127
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] default site-conf is broken #403
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
i have the same issue when i go in the shell of the docker the merged-template-prepend.json is in /app/www/public/core/js iirc i'm stuck with that error starting the 25 december edit : i have reverted to the 2023/06/23 default site-conf file and it solve my problem, my public shares link are now working again |
I am having the same issue here after upgrading to the new Error logs in the nginx logs:
Temp fix:I fixed the issue by reverting back to the previous default.conf of release |
we have a PR being confirmed now to resolve this. applies to #402 also |
i'm sorry to bother or maybe it's something else but with the new default.conf i still got the error and with the old default.conf (i use the 2023/06/23 one) it work if you look the error it search /app/www/public/js/core/merged-template-prepend.js but in the docker the file is in /app/www/public/core/js/merged-template-prepend.json |
you guys are correct, its not fixed, im working on a new PR now. sorry! |
mr pr is here, but isn't covering all the issues yet. you're still welcome to play with it. #405 |
hi guys, please test and report back |
to avoid this affecting more and more people, since we have consensus from an affected user in this ghi (own) and from the other thread related to the same issue, ill consider this resolved |
Is there an existing issue for this?
Current Behavior
The changes to the default site conf introduced in 35de5f8 prohibit some files from loading properly. Notably,
/js/core/merged-template-prepend.js
never loaded for me, resulting in a 404.Expected Behavior
Files like
/js/core/merged-template-prepend.js
properly load.Steps To Reproduce
/js/core/merged-template-prepend.js
.404
Environment
CPU architecture
x86-64
Docker creation
Container logs
Nginx error log
The text was updated successfully, but these errors were encountered: