UP-NextPush / server-app

UnifiedPush provider for Nextcloud - server application - Moved to https://codeberg.org/NextPush/uppush
GNU Affero General Public License v3.0
67 stars 8 forks source link

Uncatched error at client reconnection #17

Closed ne20002 closed 2 years ago

ne20002 commented 2 years ago

I get a huge list of exceptions in the Nextcloud log file, like this one:

{

}

Installation: docker php-fpm image 23.0.6 Android Client NextPush from FDroid

p1gp1g commented 2 years ago

It happens when your client reconnect when the old connection is not nicely closed. I keep this issue open to remember to catch this error.

PS: You should logout/login your client again since you forgot to redact some sensitive information (like the device_id uuid)

See #8 which was unfortunately closed