Occasional failed to parse URL running from the web function runner
On my dev server: dusty-caterpillar-550
I haven't upgraded yet.
Sometimes it works, sometimes I get:
info
'classifyWebsite2 called' 'https://www.puzzle-words.com/boggle-4x4/'
failure
Failed to parse URL from undefined/api/mutation
1 Reply
Could you share the source of
classifyWebsite2
?
Without seeing more this looks the error Node.js gives when the argument to fetch()
is invalid. This looks like it could be configuration issue where the URL of the deployment isn't known (hence undefined/api/mutation
instead of happy-animal-123.convex.cloud/api/mutation
.