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
After upgrading to the latest version of Kirby (3.6.1.1) and the latest version of this plugin (1.0.1) , it is impossible to open the panel as a logged out user.
No exception is thrown for a user who is already authenticated.
Kirby\Exception\LogicException thrown with message "Internal error in the Versions plugin (error code user-not-logged-in)"
Stacktrace:
#12 Kirby\Exception\LogicException in /Users/raphaelsaunier/code/project-name/site/plugins/versions/src/classes/Plugin.php:180
#11 LukasBestle\Versions\Plugin:hasPermission in /Users/raphaelsaunier/code/project-name/site/plugins/versions/src/config/areas.php:7
#10 Kirby\Filesystem\F:{closure} in /Users/raphaelsaunier/code/project-name/vendor/getkirby/cms/src/Cms/Loader.php:170
#9 Kirby\Cms\Loader:resolve in /Users/raphaelsaunier/code/project-name/vendor/getkirby/cms/src/Cms/Loader.php:92
#8 Kirby\Cms\Loader:areas in /Users/raphaelsaunier/code/project-name/vendor/getkirby/cms/src/Panel/Panel.php:61
#7 Kirby\Panel\Panel:areas in /Users/raphaelsaunier/code/project-name/vendor/getkirby/cms/src/Panel/Panel.php:302
#6 Kirby\Panel\Panel:router in /Users/raphaelsaunier/code/project-name/vendor/getkirby/cms/config/routes.php:101
#5 Kirby\Http\Route:{closure} in [internal]:0
#4 Closure:call in /Users/raphaelsaunier/code/project-name/vendor/getkirby/cms/src/Http/Router.php:111
#3 Kirby\Http\Router:call in /Users/raphaelsaunier/code/project-name/vendor/getkirby/cms/src/Cms/App.php:345
#2 Kirby\Cms\App:call in /Users/raphaelsaunier/code/project-name/vendor/getkirby/cms/src/Cms/App.php:1086
#1 Kirby\Cms\App:render in /Users/raphaelsaunier/code/project-name/index.php:9
#0 require in /Users/raphaelsaunier/.composer/vendor/laravel/valet/server.php:211
Expected behavior
I should be able to at least log in. 😅
Additional context
Technical details
Plugin version: 1.0.1
Kirby version:
Browser: not relevant
Server operating system: macOS
git --versionon the server: 2.30.1 (Apple Git-130)
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading to the latest version of Kirby (3.6.1.1) and the latest version of this plugin (1.0.1) , it is impossible to open the panel as a logged out user.
No exception is thrown for a user who is already authenticated.
Steps to reproduce
Expected behavior
I should be able to at least log in. 😅
Additional context
Technical details
git --version
on the server: 2.30.1 (Apple Git-130)The text was updated successfully, but these errors were encountered: