area17 / blast

Storybook for Laravel Blade 🚀
https://dev.to/area17/getting-started-with-blast-storybook-for-laravel-blade-c5c
Apache License 2.0
268 stars 39 forks source link

EventSource's response has a MIME type ("application/json") that is not "text/event-stream". Aborting the connection. #58

Closed AlaaElden98 closed 2 years ago

AlaaElden98 commented 2 years ago

I followed the instruction to create a demo from here https://dev.to/area17/getting-started-with-blast-storybook-for-laravel-blade-c5c , After running php artisan blast:demo then php artisan blast:launch , the demo button is not rendered Screenshot 2022-08-15 174712

checked the console and got this error :

EventSource's response has a MIME type ("application/json") that is not "text/event-stream". Aborting the connection.
AlaaElden98 commented 2 years ago

disable Moesif Origin & CORS Changer extension solve this for me