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

mzoon does not run prject due to missing [cors] section in MoonZoon.toml #1

Open
samothx opened this issue Mar 17, 2022 · 1 comment

Comments

@samothx
Copy link

samothx commented Mar 17, 2022

MoonZoon.toml is missing a cors section.
Adding

[cors]
origins = ["*"]

solved the problem.

@MartinKavik
Copy link
Member

Thanks!

It's strange, it should work with the old MZ version mentioned in README. I'll look at it later I'm afraid it could break the deploy and I want to update the repo following weeks / months.

More maintained (but almost the same) example is included in the MZ repo: https://github.com/MoonZoon/MoonZoon/tree/main/examples/todomvc

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

2 participants