-
Notifications
You must be signed in to change notification settings - Fork 5
Notifications app on ownCloud is not compatible with Sciencemesh app #319
Comments
after disabling notifications, the dialog shows up, but we are stuck with an endless loop of accept share pop ups. |
I tried to reproduced the fatal error. It's not showing up. The issue still presists. checking the files to find out where INotification instance is calling to find the root cause. |
Finally, I reproduced the error which is irrelavant to add share federated event: 1- The error is related to notification that sciencemesh tries to send via email step to reproduce it: Also there's still conflict between file federated app with notificaion app. Still checking to find the root cause. |
Find this |
I tried to send a post request based on this Accept a Pending Federated Cloud Share and Decline a Pending Federated Cloud Share documents it will return null. |
As I checked with MohamadReza and Mahdi, It seems the header of curl request is similar to the request that normally we send through app without notification app. |
The funny thing is that when we send a curl request to HTTP_ORIGIN as POST it doesn't read the params from Header Request and it reads from Query params! |
Debugging with @Thirsa, we found ot that the notifications app is not compatible with Sciencemesh app and leads to the receiver not seeing the incoming share accept dialog.
nc-sciencemesh/lib/Notifier/ScienceMeshNotifier.php
Line 72 in 6d99bd9
The text was updated successfully, but these errors were encountered: