XueSheng-GIT

Results 98 comments of XueSheng-GIT

Still didn't find out where the issue is coming from. I tested the following: ``` curl -H 'x-forwarded-for: 1.2.3.4' https:///index.php/apps/notify_push/test/remote ``` Output for **NC 27.1.3**: ``` 1.2.3.4 ``` Output for...

After digging a bit deeper, I found out that the following commit (by @nickvergessen) is the reason for the changed behaviour starting with NC 27.1.4. https://github.com/nextcloud/server/commit/335369f3f47c0c2186e3d258b26954c4339fa9e1 For example: $forwardedForHeaders is...

@nickvergessen: log as requested. ``` {"reqId":"6WDT3yG7YIV6ytXNOMXA","level":3,"time":"2024-01-09T18:31:32+01:00","remoteAddr":"192.168.5.110","user":"--","app":"no app in context","method":"GET","url":"/index.php/apps/notify_push/test/remote","message":"x-forwarded-for1.2.3.4, 192.168.5.110","userAgent":"--","version":"27.1.5.1","data":[]} {"reqId":"6WDT3yG7YIV6ytXNOMXA","level":3,"time":"2024-01-09T18:31:32+01:00","remoteAddr":"192.168.5.110","user":"--","app":"no app in context","method":"GET","url":"/index.php/apps/notify_push/test/remote","message":"REMOTE_ADDR192.168.5.125","userAgent":"--","version":"27.1.5.1","data":[]} {"reqId":"6WDT3yG7YIV6ytXNOMXA","level":3,"time":"2024-01-09T18:31:32+01:00","remoteAddr":"192.168.5.110","user":"--","app":"no app in context","method":"GET","url":"/index.php/apps/notify_push/test/remote","message":"getRemoteAddress192.168.5.110","userAgent":"--","version":"27.1.5.1","data":[]} ``` config.php (extract): ``` 'trusted_proxies' => array ( 0 => '192.168.5.125', 1...

> #377 improves the diagnostics for this error a bit, please try applying it and see if the updated message makes more sense I wasn't able to find some quick...

@AlvaroBrey: I would confirm that it is quite easy to change to fullscreen (as you said, just press the toggle). But toggling to fullscreen and especially rotating the device does...

Still trying to get push notifications working again. I removed talk app, removed the talk pushhash of the user (mysql table oc_notifications_pushhash), installed talk again and logged in with the...

@timkrueger thanks for trying to reproduce! > * Is it possible for you to test with an other instance? Or did you already? > > * Is it possible for...

@timkrueger I did gather the log with adb and logcat (I assume android studio does the same). I don't feel comfortable publishing this log right here. Can I send it...

@timkrueger Do you still need the full log or is the extract mentioned above enough?

I did already re-install nextcloud files. But now did again (removed the app, installed again and entered the account details). Push notification is working as expected. I took a logcat,...