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

app fails on macOS #14

Open
timnudecision opened this issue Jan 26, 2022 · 2 comments
Open

app fails on macOS #14

timnudecision opened this issue Jan 26, 2022 · 2 comments

Comments

@timnudecision
Copy link

what a great sample! It builds and runs perfectly on Windows, but not so on mac catalina.

the service builds and runs. I had a problem with the app. it showed a "failed to find WebAssembly" message when i issued "npm start" command.

solution: node does not run alongside graalvm. After removing graal, the app shows the page at port 3000.

however, the page is not functional, there is no intellisense and no evaluation.

@timnudecision
Copy link
Author

more: the above was on safari. Using chrome, the page shows, but crashes on the first character typed in the Formula field.

the diagnostics are attached
PowerFx Demo.pdf

@joebo
Copy link

joebo commented Feb 12, 2022

I had the same issue on windows but was able to resolve it by installing the SSL certificates https://www.hanselman.com/blog/developing-locally-with-aspnet-core-under-https-ssl-and-selfsigned-certs

dotnet dev-certs https --trust

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