First off, I'm very excited about the plugin. Thank you for building it! It's so well thought out, and I can't wait to start using it.
Issue: When I visit the plugin page (/panel/git), console shows two 500 errors on the API requests, resulting in a non-working page showing an empty dialog (see screenshots).
About my installation:
- Kirby 3.6.2
- PHP 8.1.3
- HTTPS: off (running on localhost)
- Debugging: On (error also occurs when debugging is off)
- Plugins: Only
oblik/git (installed via composer)
- No custom config settings for plugin
- Git repo/branches set up as outlined in docs, using system git on MacOS
This is the error response when I visit the API routes directly:
{"status":"error","message":"Unauthenticated","code":403,"exception":"Kirby\\Exception\\PermissionException","key":"error.permission","file":"\/kirby\/config\/api\/authentication.php","line":14,"details":[],"route":"git\/status"}
Any advice?


First off, I'm very excited about the plugin. Thank you for building it! It's so well thought out, and I can't wait to start using it.
Issue: When I visit the plugin page (
/panel/git), console shows two 500 errors on the API requests, resulting in a non-working page showing an empty dialog (see screenshots).About my installation:
oblik/git(installed via composer)This is the error response when I visit the API routes directly:
Any advice?