argon icon indicating copy to clipboard operation
argon copied to clipboard

Argon4 console fails to show 404 errors

Open ammulder opened this issue 8 years ago • 0 comments

Sorry, I'm not sure where to post issues with the Argon4 app itself...

I have HTML like this:

<head>
  <base href="/">
</head>
<body>
  <script type="text/javascript" src="inline.cb1bd35e2bccd5ae57d2.bundle.js">
</body>

If that JavaScript file doesn't exist, or doesn't exist relative to the specified "base", then a desktop browser shows a 404 error in the console (e.g. Failed to load resource: the server responded with a status of 404 (Not Found)).

Argon4 shows no console output. Without the script(s) the page is (in my case) largely empty and unresponsive, and I can't tell whether it's taking forever to load content or broken or what.

It would be really helpful to see the 404 errors in the console. I just need it to give me the "duh" moment so I can fix the base or whatever. :)

ammulder avatar Apr 24 '17 21:04 ammulder