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
something kinda weird happened: i called arc.static in my head.mjs, and i made a typo in the static file name. i didn't notice an error locally in the sandbox (it wasn't a file that made things look different), but when i deployed to staging and tried to access the site, i got a nasty json internal server error message. this is unexpected for 2 reasons:
when i dug into the logs the error was Invoke Error {"errorType":"ReferenceError","errorMessage":"Could not find asset in static.json (asset fingerprint manifest): (which helped me to figure out I had made a typo). but why would this same error not show up in the sandbox so i have a chance to fix it, if it is going to be a showstopper in staging?
why was my custom 500.mjs not used and instead a random json blob shown?
From Discord
something kinda weird happened: i called arc.static in my head.mjs, and i made a typo in the static file name. i didn't notice an error locally in the sandbox (it wasn't a file that made things look different), but when i deployed to staging and tried to access the site, i got a nasty json internal server error message. this is unexpected for 2 reasons:
https://discord.com/channels/1012099764713705472/1012435743571988560/1020948626098368643
The text was updated successfully, but these errors were encountered: