-
-
Couldn't load subscription status.
- Fork 4.6k
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- Nextcloud Server is running on 64bit capable CPU, PHP and OS.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
The app config value for cachbuster of theming is constantly rising. This prevents caching on frontend resources, and has side effects on Talk. Because this is used in calculating a hash, it appears that resources were changed and requires a reload. This happens infinitely.
This was introduced in #34432 specifically the added lines 227 and 230 in apps/theming/lib/ThemingDefaults.php. The behaviour becomes normal when the lines are commented out, alas this may have other side effects I am not aware of.
Steps to reproduce
- Run Nextcloud 25 RC3 (earlier versions not affected)
- Have Nextcloud Talk open
Expected behavior
Talk does not think the instances was updated every 30s.
Installation method
No response
Operating system
No response
PHP engine version
No response
Web server
No response
Database engine version
No response
Is this bug present after an update or on a fresh install?
No response
Are you using the Nextcloud Server Encryption module?
No response
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
No response
List of activated Apps
not relevantNextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response