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
Description
Error in UserConfigHelper, when trying to access the cookbook URL, while not being logged in. A null object instead of a string is given to the constructor in this case.
Reproduction
Steps to reproduce the behavior:
Make sure to NOT being logged in at the Nextcloud instance.
In the Nextcloud log file, an error with the following message appears: Argument 1 passed to OCA\Cookbook\Helper\UserConfigHelper::__construct() must be of the type string, null given
Expected behavior
Forward to the Nextcloud login page.
Actual behavior
Nextcloud shows a server error.
Browser
Firefox. The error should be independent of the browser, as it is a backend issue.
Description
Error in UserConfigHelper, when trying to access the cookbook URL, while not being logged in. A null object instead of a string is given to the constructor in this case.
Reproduction
Steps to reproduce the behavior:
Expected behavior
Forward to the Nextcloud login page.
Actual behavior
Nextcloud shows a server error.
Browser
Firefox. The error should be independent of the browser, as it is a backend issue.
Versions
Nextcloud server version: 23.0.3
Cookbook version: 0.9.11
Database system: PostgreSQL
The text was updated successfully, but these errors were encountered: