alpine-collective / alpinejs-devtools

Chrome/Firefox DevTools extension for debugging Alpine.js applications.
MIT License
521 stars 18 forks source link

Strange CORS XMLHttpRequest #397

Open Sogl opened 1 year ago

Sogl commented 1 year ago

Sometimes I see this error in console using devtools extension (I use fetch for Load More button): image

Looks like it's related to Cloudflare: image

I don't have any Cloudflare plugin or option, it's localhost env only.

When I disable this plugin, no XMLHttpRequest error.

Executed code: https://gist.github.com/Sogl/c35adf544b99ce43e45c05d520c10d7f

What is this?