Closed llinty closed 3 months ago
It works now because I have to add this line
application/javascript mjs;
in mime.types file and reload Nginx server.
Exactly the same problem here, but with Apache2. Adding application/javascript mjs to /etc/mime.types did not solve the problem. Any other ideas?
Did you added the ';' at the end of the line? Did you restart Apache2 server? If yes browse to Poll page and activate debug mode on your web browser. Check for any error on accessing URL ending with mjs.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
⚠️ This issue respects the following points: ⚠️
What went wrong, what did you observe?
After updating to NC 27.1.11 Apps Polls is not working anymore. When a user click on Polls Shortcut or Polls administration tab the screen is empty without any error message. Same problem is occuring on Polls page.
What did you expect, how polls should behave instead?
I should be able to create or modify a Poll or simply anwser to a created Poll.
What steps does it need to replay this bug?
Installation method
Installed/updated from the appstore (Apps section of your site)
Installation type
Updated from a minor version within same major version (i.e. 4.0.0 to 4.1.1)
Affected polls version
7.2.0
Which browser did you use, when experiencing the bug?
Other browser
No response
Add your browser log here
Additional client environment information
Using NGINX and PHP-FPM 8.1
nextcloud.conf file contains this block
location ~ .(?:css|mjs|js|svg|gif|png|jpg|ico|wasm|tflite|map)$ { try_files $uri /index.php$request_uri; expires 6M; # Cache-Control policy borrowed from
.htaccess
access_log off; # Optional: Don't log access to assetsNC version
Nextcloud 27
Other Nextcloud version
No response
PHP engine version
PHP 8.1
Other PHP version
No response
Database engine
MariaDB
Database Engine version or other Database
No response
Which user-backends are you using?
Add your nextcloud server log here
No response
Additional environment informations
No response
Configuration report
List of activated Apps
Nextcloud Signing status
Additional Information
No response