Failed to parse URL from [object Object]
See original GitHub issueI just tried to upgrade to v2 and hit /
, which I have mapped to a 404 (but any of my previously working endpoints fail as well). I have no idea why this is failing now.
My code is dead simple:
The error is:
Seems like there are two bits here… a problem with miniflare and giving feedback to your upstream dependency undici to display a more helpful error than trying to blindly concat a string and an object.
Issue Analytics
- State:
- Created 2 years ago
- Comments:16
Top Results From Across the Web
Reactjs - TypeError: Failed to execute 'fetch' on 'Window ...
It looks like you have obfuscated the URL that the error message says is the problem. We can't tell what the problem is...
Read more >Failed to execute 'fetch' on 'Window': Failed to parse URL from ...
Failed to execute 'fetch' on 'Window': Failed to parse URL from http://localhost:undefined,error when clicked on logic app standard workflow ...
Read more >SyntaxError: JSON.parse: bad parsing - JavaScript | MDN
JSON.parse() parses a string as JSON. This string has to be valid JSON and will throw this error if incorrect syntax was encountered....
Read more >Failed to parse field of type in document with id ''. - Opster
In a nutshell, this error just means that you provided a value which could not be parsed by Elasticsearch for the field's type...
Read more >Errors | Node.js v19.3.0 Documentation
Error objects capture a "stack trace" detailing the point in the code at ... has an additional property 'input' that contains the URL...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Confirmed with my production worker. Thanks!
Just fixed! 👍 That’s exactly what I did. 🙂 Thanks @merceyz for explaining this, that does make sense.