-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Failed loading /apps/snappymail/app/snappymail/v/2.25.1/static/js/min/libs.min.js #895
Comments
Does it work when you delete /cloud/apps/snappymail/app/snappymail/v/2.25.1/static/.htaccess? |
Here is what I did:
But, then, just to check, I renamed the bak file back to .htaccess and restarted apache - it worked again, so at this point I'm not sure what caused the error from my original post. Thanks for your help |
There are more reports of this issue and it is not Nextcloud related. However, as i can't reproduce the issue with my Apache and nobody else found out why this happens on their Apache, the only thing i can do is to say "restart server" and close the issues 😫 |
I have the same problem with the App in NextCloud running in apache under an alias in a virtual host. I modified the .../apps/snappymail/app/snappymail/v/2.25.1/static/.htaccess file changing all occurrences of "%{REQUEST_FILENAME}" to "%{DOCUMENT_ROOT}%{REQUEST_FILENAME}" and the compressed files are served as expected. Caching of the files while trouble shooting also confuses the issue. I hope this helps. |
Are you sure? |
Yes, it does look like I only receive a gzip version. I can't tell if it the static file or dynamic, |
For now i will disable the whole .htaccess file in Nextcloud |
Indeed removing the .htaccess file still gives a gziped file, which must be dynamic, and solves the problem for now. Thanks for looking into the issue. |
Very true, the problem came back for me as well, removing the file helped. |
I have had another crack at trying to fix the .htaccess file to deliver the compressed static files. |
Actually, I just updated to 2.25.1 and it broke my install with the message:
An error occurred.
Please refresh the page and try again.Failed loading /cloud/apps/snappymail/app/snappymail/v/2.25.1/static/js/min/libs.min.js
EDIT:
Looking at the console in firefox I get this error (not sure is related)
Uncaught (in promise) Failed loading /cloud/apps/snappymail/app/snappymail/v/2.25.1/static/js/min/libs.min.js snappymail:241:1316 initData https://<my_server>/cloud/index.php/apps/snappymail/:241 (Async: promise callback) initData https://<my_server>/cloud/index.php/apps/snappymail/:241 <anonymous> https://<my_server>/cloud/index.php/apps/snappymail/?/AppData/0/8184568074615539/:1
art
Originally posted by @art2crazy in #890 (comment)
The text was updated successfully, but these errors were encountered: