-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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]: system e-mail and occ broken after upgrade from NC28 to 30.0.4 (docker) via NC29 #50029
Comments
Hi,
Can you if the above is really 'my.name' in your stack trace? It should be no-reply according to the source. It's a bit weird to see the occ command break. Can you share mail_from_address, mail_domain and the complete email address you are using? (the format is enough, no need to share the actual email but we need to know unusual things like special characters, whitespace, dots, domains without tld, etc ... anything that could make the valdiation "is that a valid email address" fail). |
@kesselb here is my (anonymised) config:
the (anonymised) mail address I use is but should this break the occ command as well as not being able to set the system eMail? I also tried to set
|
It's likely a dependency overlap. See nextcloud/suspicious_login#896 for a similar situation. What apps do you have installed? (since you can't use |
Hope that helps in any way. |
Best guess from a quick look: the https://apps.nextcloud.com/apps/sharerenamer You can manually disable the app (to hopefully fix your environment even though you lack So this doesn't look like a bug in Nextcloud Server. If stuck, ask for some assistance on the help forum. P.S. Any app that has you've previously force enabled is listed in |
Just a quick reply to all to let you know that I could solve the problem: It wasn't the sharerenamer app which caused the trouble but it was (unfortunately) the app twofactor-gateway, which is obviously not compatible anymore with Nextcloud Version 30. A closer look tells me that there is no more active development in this app (what a pity). Anyway, after removing the app, I can use occ as usual and my eMail configuration went through like a charme. Thank you all for trying to help me. |
Thanks for letting us know. Indeed. Looks like that app is in limbo at the moment, and lacking a regular maintainer. :-/ |
Bug description
Trying to call the occ command results in an exception, see "Steps to reproduce", regardless what occ command is executed
Also, system eMail check is not possible (just a red box with "sending ..." nothing happens, but exception is same as executing the occ command).
Mail and occ worked fine with NC28 (also docker image), exception occured after upgrade to NC30 via NC29. If exception was already on NC29, I don't know, just upgraded the docker image.
My system data:
Steps to reproduce
docker exec -i --user www-data nextcloud php occ
Expected behavior
docker exec -i --user www-data nextcloud php occ
should open available options from occNextcloud Server version
30
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?
Encryption is Disabled
What user-backends are you using?
Configuration report
not possible as occ is broken
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: