logaretm / vee-validate

✅ Painless Vue forms
https://vee-validate.logaretm.com/v4
MIT License
10.8k stars 1.26k forks source link

Stackbliz demos not working on non-chrome browsers #3879

Closed ibdul closed 2 years ago

ibdul commented 2 years ago

What happened?

It seems as though all of the stackblitz demo previews on the documentation do not work . Here is one example https://vee-validate.logaretm.com/v4/tutorials/dynamic-form-generator

The error given is : Looks like this project is being embedded without proper isolation headers.

I checked other demos too and it's the same.

Reproduction steps

1. 2. 3. ...

Version

Vue.js 3.x and vee-validate 4.x

What browsers are you seeing the problem on?

Relevant log output

No response

Demo link

https://vee-validate.logaretm.com/v4/tutorials/dynamic-form-generator

Code of Conduct

logaretm commented 2 years ago

Stackblitz has some limitations on non-chrome browsers because web containers aren't supported on non-chrome browsers. Adding some response headers might help but the demos wouldn't work 100% unless you use chrome.

Some of the examples would be migrated to be in-doc once i switch to Nuxt 3 but till then I will be using stackbliz for now.