You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When referencing assets, adding a / to the start of src works fine on localhost but once it's bundled and hosted on a web server, it stops the scene from loading on firefox without any helpful warnings. It wasn't until after some head scratching that I opened the bundled project on google chrome and it showed me the 404 for my assets.
Not sure if this counts as an aframe-react bug or not but this is an issue that tripped me up for a while as a newbie, maybe a console warning would help out future learners?
The text was updated successfully, but these errors were encountered:
When referencing assets, adding a / to the start of src works fine on localhost but once it's bundled and hosted on a web server, it stops the scene from loading on firefox without any helpful warnings. It wasn't until after some head scratching that I opened the bundled project on google chrome and it showed me the 404 for my assets.
Not sure if this counts as an aframe-react bug or not but this is an issue that tripped me up for a while as a newbie, maybe a console warning would help out future learners?
The text was updated successfully, but these errors were encountered: