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
It loads the manifest, but then fails to load any of the contents, getting 404 instead. The url attempted was http://localhost/games/assets/data/somedata.json
Is there something obvious I'm doing wrong?
Unfortunately, the hosting situation is outside of my control, so I do not think I can change the path structure.
The text was updated successfully, but these errors were encountered:
There is a nearly identical issue that's two years old up here, but I'm having the exact same issue with the 1.0.1 release here: https://github.com/CreateJS/CreateJS/releases/tag/v1.0.1
When using the basePath property in conjunction with a manifestloader, it only seems to apply to the manifest, and not the manifests contents.
I have folder structure similar to the following:
So i do
and the manifest looks like:
It loads the manifest, but then fails to load any of the contents, getting 404 instead. The url attempted was
http://localhost/games/assets/data/somedata.json
Is there something obvious I'm doing wrong?
Unfortunately, the hosting situation is outside of my control, so I do not think I can change the path structure.
The text was updated successfully, but these errors were encountered: