undertale-dialog-generator icon indicating copy to clipboard operation
undertale-dialog-generator copied to clipboard

Fix 404s before things load

Open valrus opened this issue 9 years ago • 1 comments

Seen in Safari's error console:

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (title.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (0.png, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (creditsbutton.png, line 0)

I think this has to do with passing the base URLs to Elm as Signals and StartApp not picking them up right away.

valrus avatar Dec 20 '15 18:12 valrus

Relevant, I think: https://github.com/evancz/start-app/pull/37

valrus avatar Dec 21 '15 21:12 valrus