Closed adampatterson closed 1 year ago
I know that editor.js uses endpoints, but I'm not sure how filmanet with editor.js is supposed to work.
endpoints
The console shows /livewire/upload-file - 422 (Unprocessable Content) is there some config that I need to do for Filament to make this work?
/livewire/upload-file - 422 (Unprocessable Content)
Had to clear the .env cache. Uploads work fine :)
I know that editor.js uses
endpoints
, but I'm not sure how filmanet with editor.js is supposed to work.The console shows
/livewire/upload-file - 422 (Unprocessable Content)
is there some config that I need to do for Filament to make this work?