server
server copied to clipboard
[Bug]: Class "RemoteException" not found
⚠️ This issue respects the following points: ⚠️
- [X] This is a bug, not a question or a configuration/webserver/proxy issue.
- [X] This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- [X] Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- [X] I agree to follow Nextcloud's Code of Conduct.
Bug description
The check for "webfinger" causes the following to be logged in my nextcloud.log:
{"reqId":"9hxvgm2X8w9eL5RBw6WA","level":3,"time":"2024-04-08T11:35:44+00:00","remoteAddr":"127.0.0.1","user":"--","app":"public","method":"GET","url":"/.well-known/webfinger","message":"Class \"RemoteException\" not found","userAgent":"Nextcloud Server Crawler","version":"29.0.0.15","exception":{"Exception":"Error","Message":"Class \"RemoteException\" not found","Code":0,"Trace":[],"File":"/path/to/nextcloud/server29/public.php","Line":80,"message":"Class \"RemoteException\" not found","exception":{},"CustomMessage":"Class \"RemoteException\" not found"}}
Steps to reproduce
- Checkout
stable29(I'm runing bad51ef63bd84c69e6cc39bb0d09701d48980ec2) - Browse the admin settings
- Check the
nextcloud.log
Expected behavior
No error should be logged.
Looks like this was introduced by https://github.com/nextcloud/server/commit/7b6a650b6e09b07d4b85a4ae84eb64a6c32b217f (cc @skjnldsv).
Installation method
None
Nextcloud Server version
29
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
- [ ] Default user-backend (database)
- [ ] LDAP/ Active Directory
- [ ] SSO - SAML
- [ ] Other
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
Same here