-
-
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
Shared folder notification via email (external mail) not working #3170
Comments
There should be something in the log, when this happens. |
I forgot to say, sharing a file result in the email sent normally, sharing a folder has the described behavior. I think this answer your question :) |
Checked again. At the moment I clicked on the email to confirm sending nothing shows up on nextcloud.log and nothing on the nginx's error log. Just a few requests on the access.log. Moreover, nothing on the mail.log (postfix on localhost). [19/Jan/2017:20:13:32 +0100] "GET /ocs/v1.php/apps/files_sharing/api/v1/sharees?format=json&search=test%40gmail.com&perPage=200&itemType=folder HTTP/1.1" 200 562 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0" On a different NC 11.0.1 installation, I've got the same error, but on the web page I got a message: No users or groups found for Test (test@gmail.com) But, as on the first nextcloud server, the same thing sharing a single file works without issues. |
I tried it but I can't reproduce it. Anything special about the folder? For example are you the owner of the folder or was the folder shared with you by another user? Anything else worth mentioning?
This sounds like you didn't selected the entry with |
The folders is owned by me, after this error the folder does not become shared. So probably the missing notification is just a side-effect. If I click on "share link" and then I write the email to notify, same error but the file become shared.. |
I just saw on the NGINX access log, a difference happening from sharing a file and sharing a folder. Sharing a folder produces a HTTP 403 error, this doesn not happen with a file: Sharing a file...
Sharing a folder....
|
In the meantime I updated one of the two NC installations to the Debian Stretch (PHP 7.0) but the error persists, as before only sharing a folder. |
Same error on NC 11.0.2... |
@nickvergessen I'd like to inform that the issue is gone on NC12 :) |
Steps to reproduce
Expected behaviour
The email should be sent and no error should be displayed.
Actual behaviour
No email sent and this cryptic message appears.
Server configuration
Operating system: Debian 8.6
Web server: NGINX
Database: MariaDB
PHP version: 5.6
Nextcloud version: 11.0.1
Updated from an older Nextcloud/ownCloud or fresh install: from owncloud 9
Where did you install Nextcloud from: tgz downloaded from ufficial page
Integrity checker has been disabled. Integrity cannot be verified.
List of activated apps:
App list
The content of config/config.php:
Config report
Are you using external storage, if yes which one: NO
Are you using encryption: NO
Are you using an external user-backend, if yes which one: LDAP
LDAP configuration (delete this part if not used)
LDAP config
Client configuration
Browser: Firefox
Operating system: Windows
Logs
Web server error log
Web server error log
``` Insert your webserver log here ```Nextcloud log (data/nextcloud.log)
Nextcloud log
``` Nothing relevant ```Browser log
Browser log
``` Insert your browser log here, this could for example include:a) The javascript console log
b) The network log
c) ...
The text was updated successfully, but these errors were encountered: