Closed sunetfreitag closed 1 month ago
Duplicate of #47565 ?
Seems to be related to https://github.com/nextcloud/server/issues/45731 and it is unclear if this particular issue has been also fixed with https://github.com/nextcloud/viewer/pull/2368
Yes, in 29.0.5, but you seem to be running 29.0.4:
"version": "29.0.4.2"
SHould be fixed in upcoming releases
⚠️ This issue respects the following points: ⚠️
Bug description
When creating a new file (text or office document) in an empty folder, openfile=true is appended to the URL, but will not be opened. Reloading the URL then opens the file as expected.
Steps to reproduce
openfile=true is appended to the URL, but the document does not open automatically.
Expected behavior
The file automatically opens for editing.
Nextcloud Server version
29
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 28 to 29)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
Seems to be related to #45731 and it is unclear if this particular issue has been also fixed with nextcloud/viewer/pull/2368