-
Notifications
You must be signed in to change notification settings - Fork 37
Description
The Commenter resource tool loads no comments with a 409 and 404s on submitting a new comment.
Loading makes a request to http://127.0.0.1:8000/nova-api/comments?page=1&orderBy=created_at&orderByDirection=desc&viaResource=issues&viaResourceId=4&viaRelationship=comments&relationshipType=hasMany and throws Symfony\Component\HttpKernel\Exception\HttpException at \vendor\laravel\framework\src\Illuminate\Foundation\Application.php:1116
https://flareapp.io/share/J7oj2odP?error=J7oj2odP&owner_token=Z9rRtT9iV2S0HkeKk60A6GngRV1udzCF#F60L1116
Submitting a new comment 404s on http://127.0.0.1:8000/nova-api/comments
I installed as follows:
composer require kirschbaum-development/nova-comments
php artisan migrate
use Commentable; in my model and new Commenter(), in the fields function of the Nova resource.
The CommentsPanel works, but it's not worth having this package just for that, especially as there's no image/attachment functionality.