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

localhost 404 for assets #91

Closed
katopz opened this issue Oct 12, 2023 · 1 comment
Closed

localhost 404 for assets #91

katopz opened this issue Oct 12, 2023 · 1 comment

Comments

@katopz
Copy link
Contributor

katopz commented Oct 12, 2023

Problems

  • wasm/assets not symbolic link on macOS intel.

Workaround

  • Remove old assets file? and make a symbolic link before serve.
rm ./wasm/assets
ln -s ./assets ./wasm/assets
. ./wasm.sh

Maybe only me but I will log here so ppl can search and see a workaround. Feel free to close it.

@alexichepura
Copy link
Owner

Thanks again) Totally my mistake.

readlink ./wasm/assets # outputs /Users/alexi/w/bevy_garage/assets

Pushed fix to main.

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