rahmanramsi / filament-editorjs

MIT License
73 stars 30 forks source link

How do you define image upload endpoints? #11

Closed adampatterson closed 1 year ago

adampatterson commented 1 year ago

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?

adampatterson commented 1 year ago

Had to clear the .env cache. Uploads work fine :)