We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sudo -u wwwrun ./occ notifications:generate -u user1 test message
Notification without icon.
Notification with broken icon
ownCloud 10.2.0 RC1 + notifications 0.5.0 RC1
The text was updated successfully, but these errors were encountered:
likely due to the fact that we have a "icon.png" but no "icon.svg"
possible approaches:
I suggest to go with 2) and add an icon option to occ later on
Sorry, something went wrong.
I have the same error, but ownCloud is installed in a subdirectory. The generated URL that is shown to me in the notification is: https://MYDOMAIN/apps/notifications/img/icon.png but it should instead be https://MYDOMAIN/owncloud/apps/notifications/img/icon.png instead.
In an installation where it is directly in the web root directory, the icon is displayed correctly.
The error is therefore directly related to the following line, but this looks correct.
No branches or pull requests
Steps
sudo -u wwwrun ./occ notifications:generate -u user1 test message
Expected result
Notification without icon.
Actual result
Notification with broken icon
Version
ownCloud 10.2.0 RC1 + notifications 0.5.0 RC1
The text was updated successfully, but these errors were encountered: