Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COEP/COOP headers will block the Workers when using flutter run -d chrome --wasm #45

Open
lamnhan066 opened this issue Mar 5, 2025 · 1 comment

Comments

@lamnhan066
Copy link
Owner

There is currently no way to disable the headers when using that command to run the flutter app.

Related issues:

Issue when running the example with flutter run -d chrome --wasm:

Image
@lamnhan066
Copy link
Owner Author

It may work if we add the headers like this:

flutter run -d chrome --wasm --web-header=Cross-Origin-Opener-Policy=same-origin --web-header=Cross-Origin-Embedder-Policy=require-corp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant