[Vuejs]-Vue + Laravel + tinymce upload image blocked by CORS policy

-1👍

You could start Chrome or chromium with cors policy disabled.
This would be helpful for debugging
check this answer on how to do that here
check ths answer on how to do it in laravel here

Leave a comment