-
-
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]: RuntimeException image not found: image:apps/whiteboard.svg #47985
Comments
Related forum posts:
Supposedly installing and disabling the new Whiteboard app removes the error, gonna try this now. Edit: I can confirm that having the Whiteboard app installed fixes the issue. As the app does not work out of the box due to a bug 😩 , it has to stay disabled for now OR the code needs to be patched as described in nextcloud/whiteboard#155. However, installing the app should not be required in the first place. |
I can confirmed that i have the exactly same issue. |
I had the same issue, so I installed the Whiteboard app and then uninstalled it, I haven't reencountered this error. |
This is indeed the same workaround I applied. But I believe this is not the solution. |
Fix is in nextcloud/firstrunwizard#1363 |
Adding and then disabling the whiteboard app is a partial solution. Doing that got rid of the runtime exception. But I still get this in my log approximately three times a minute:
Raw entry is as follows:
Formatted: `[no app in context] Warning: Link of notification is not an absolute URL and does not work in mobile and desktop clients [app: survey_client, subject: updated] Debian 12 as updated, Apache 2.4.62-1~deb12u1, PHP 8.2. |
Same here since an update to V30. |
Update to 30.0.1 from last week, problem solved |
Bug description
After upgrading from NC 29.0.7 to 30.0.0, a Runtime Exception is thrown regularly and continuously:
The file does not exist in the
apps
directory but is also not expected to be there. The raw log entry at the end of this issue unfortunately does not help a lot to pinpoint the cause for this error.A file of the same name exists in
core/img/filetypes/whiteboard.svg
.Steps to reproduce
Expected behavior
No errors.
Nextcloud Server version
30.0.0
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Nginx
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
Nextcloud Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: