mauricerenck / komments

A Kirby comment plugin
MIT License
45 stars 8 forks source link

panel area not working with kirby 4 #61

Closed movingwater closed 11 months ago

movingwater commented 11 months ago

The komments plugin is working fine on the frontend. But the panel area is broken. If want to view it I get redirected to myurl.test/api/komments/queued and the following message appears:

{
"status": "error",
"message": "Unauthenticated",
"code": 401,
"exception": "Kirby\\Exception\\AuthException",
"key": "error.auth",
"file": "authentication.php",
"line": 14,
"details": [],
"route": "komments/queued"
}
mauricerenck commented 11 months ago

Thank you for the feedback. A K4 version is in the making, will hopefully be avail soon!