We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug All cypress tests are failing during login now. See https://github.com/nextcloud/text/actions/runs/12450802475/job/34758294915 for an example.
Expected behavior Cypress login should pass.
Screenshots
Server details: https://github.com/juliusknorr/nextcloud-docker-dev with latest server master branch checked out.
{ "reqId": "LCLulsgYvv8H2qLRWP00", "level": 0, "time": "2024-12-23T15:47:25+00:00", "remoteAddr": "192.168.23.4", "user": false, "app": "no app in context", "method": "GET", "url": "/index.php/apps/files", "message": "Current user is not logged in", "userAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.6.4 Chrome/114.0.5735.289 Electron/25.8.4 Safari/537.36", "version": "31.0.0.6", "exception": { "Exception": "OC\\AppFramework\\Middleware\\Security\\Exceptions\\NotLoggedInException", "Message": "Current user is not logged in", "Code": 401, "Trace": [ { "file": "/var/www/html/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php", "line": 73, "function": "beforeController", "class": "OC\\AppFramework\\Middleware\\Security\\SecurityMiddleware", "type": "->", "args": [ { "__class__": "OCA\\Files\\Controller\\ViewController" }, "index" ] }, { "file": "/var/www/html/lib/private/AppFramework/Http/Dispatcher.php", "line": 106, "function": "beforeController", "class": "OC\\AppFramework\\Middleware\\MiddlewareDispatcher", "type": "->", "args": [ { "__class__": "OCA\\Files\\Controller\\ViewController" }, "index" ] }, { "file": "/var/www/html/lib/private/AppFramework/App.php", "line": 161, "function": "dispatch", "class": "OC\\AppFramework\\Http\\Dispatcher", "type": "->", "args": [ { "__class__": "OCA\\Files\\Controller\\ViewController" }, "index" ] }, { "file": "/var/www/html/lib/private/Route/Router.php", "line": 306, "function": "main", "class": "OC\\AppFramework\\App", "type": "::", "args": [ "OCA\\Files\\Controller\\ViewController", "index", { "__class__": "OC\\AppFramework\\DependencyInjection\\DIContainer" }, { "_route": "files.view.index" } ] }, { "file": "/var/www/html/lib/base.php", "line": 1019, "function": "match", "class": "OC\\Route\\Router", "type": "->", "args": [ "/apps/files" ] }, { "file": "/var/www/html/index.php", "line": 24, "function": "handleRequest", "class": "OC", "type": "::", "args": [] } ], "File": "/var/www/html/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php", "Line": 134, "message": "Current user is not logged in", "exception": {}, "CustomMessage": "Current user is not logged in" } }
The text was updated successfully, but these errors were encountered:
Might be nextcloud/server#49560
Sorry, something went wrong.
Happening on Tables too
Thats right. Checked out the commit before PR was merged and everything works fine
I'm looking into upgrading @nextcloud/cypress to benefit from nextcloud-libraries/nextcloud-cypress#703 .
@nextcloud/cypress
But that updates cypress itself so i am trying to get rid of the resize observer loops so chromium won't crash anymore.
cypress
max-nextcloud
No branches or pull requests
Describe the bug
All cypress tests are failing during login now.
See https://github.com/nextcloud/text/actions/runs/12450802475/job/34758294915 for an example.
Expected behavior
Cypress login should pass.
Screenshots
Server details:
https://github.com/juliusknorr/nextcloud-docker-dev with latest server master branch checked out.
Logs
Nextcloud log (data/nextcloud.log)
The text was updated successfully, but these errors were encountered: