You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ask the API a question. (Using CloudNotes IOS in this case)
Observe the Nextcloud logs showing that the API is trying to start a session that already exists.
Expected behaviour
Notes should be returned via the API
Actual behaviour
[PHP] Error: session_start(): Ignoring session_start() because a session is already active at /var/www/nextcloud/lib/private/Session/Internal.php#208
GET /apps/notes/api/v1/notes?pruneBefore=1642090548
Screenshots
If applicable, add screenshots to help explain your problem.
Thanks for your bug report. The mentioned files belong to the Nextcloud server. There were already issues reported to the server repository in the past. It looks like there were/are issues with PHP 8 that affects all apps. I'll close this issue, since there is nothing we can do in the notes app. Please follow the server issues, e.g. nextcloud/server#25806, nextcloud/server#25807, nextcloud/server#28695
Please make a clear and concise description of what the bug is. Please note, that issues with the Android app have to be reported under https://github.com/stefan-niedermann/nextcloud-notes/issues and issues with Nextcloud's Text app have to be reported under https://github.com/nextcloud/text/issues .
Steps to reproduce
Expected behaviour
Notes should be returned via the API
Actual behaviour
Screenshots
If applicable, add screenshots to help explain your problem.
Server
Please complete the following information.
Nextcloud configuration:
Client
Please complete the following information.
Log files
Add relevant parts of your
nextcloud.log
and/or your browser's JavaScript console here.The text was updated successfully, but these errors were encountered: