I had a request without an endpoint when served using vercel it throws an error
I looked at the codebase on GitHub and realized formatEnv in Request.svelte was looking up request.url and in one of my API request i had an empty URL input
I believe there should be a better way for handling null values for looking up environment variables.
I had a request without an endpoint when served using vercel it throws an error
I looked at the codebase on GitHub and realized formatEnv in Request.svelte was looking up request.url and in one of my API request i had an empty URL input
I believe there should be a better way for handling null values for looking up environment variables.
i'll creeate a PR suggesting a fix for this