-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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]: 30.0.3 share link completely broken #49678
Comments
Quick workaround, remove default password/date, or enforce the defaults if needed. |
The icons seem to have been cached. After a shift+F5 they look like in your screenshot now (on 30.0.2). In my test case however (30.0.3), all created links are unusable including the first one as all links were missing the URL. |
Actually a duplicate of #49607 which has been ignored so far ;). |
For the case it helps: I do not have the password enforcing set in administrative settings and made some tests. The problem is even more severe: Although you can create share-Links with password if not enforced in admin settings, when those share links are opened, no password necessary and link is opened! |
I am on MariaDB and not on PostgreSQL btw, so not a DB provider specific issue. |
This is not very prominent telling that password could not be set. I would recommend to display errors in a different way than normal messages and probably let them go away not so quickly as info messages. |
When password protection is enforced in admin settings then ticking the checkbox to set a password when sharing, it fails immediately saying that "Passwords are enforced for link and mail shares":
Probably when activating automatic password protection it tries to create with a password being less than 10 characters because that also causes an error. |
In my opinion when the enforcing of passwords and expiry dates is deactivated there is no further critical issue if the user carefully ready possible error messages before they vanish. |
When I uncheck password checks and reduce to 8 characters the minimum length, I get the problem of #49607 - what is definitely weird. |
There is a final bugfix for 30.0.3 ? I've just seen in the devel site .... |
Bug description
After the update from 30.0.2 to 30.0.3 it is impossible to create a share link. Clicking on the arrow in the password field or the "create share" button only creates another "share link" entry. All created share link entries lack a link. This process can be repeated:
Console logs did not throw any errors.
Steps to reproduce
Expected behavior
To create a share link, as it worked up until 30.0.2
Nextcloud Server version
30
Operating system
Other
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 28.0.1 to 28.0.2)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
I immediately reverted back to 30.0.2 (vm snapshot) after becoming aware of this bug. So I can't provide any further information.
The text was updated successfully, but these errors were encountered: