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
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:
You get the "Unauthenticated" error when you visit the routes directly because you need to pass in a CSRF token along with the request, so that's expected to not work.
I have a website running with almost the same versions:
Kirby 3.6.2
PHP 8.0.13
Maybe there was a breaking change in PHP 8.1.*? I don't have time at the moment to switch PHP versions and test.
You could use Xdebug and configure it to stop when it encounters and exception (which is what's happening, judging by your second screenshot). Maybe then, you could find where that exception is thrown.
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?
The text was updated successfully, but these errors were encountered: