I am trying to build a RAG application using the v0 from my browser. It integrates with supabase and was working fine sometime back when there was an error in the /chat route and v0 trying to fix it and it started giving the build error. Since then v0 has tried many things but couldnt resolve the issue:
npm error code EINVALIDPACKAGENAME
13:43:51.267
npm error Invalid package name "https:" of package "https:@latest": name can only contain URL-friendly characters.
I have checked all environment variables. nothing that injects https,
V0 has even modified package.json to include pre and post scripts to check and remove the https dependecy.
But seems we have hit a deadend.
https://v0-new-project-cdhu3mggvog-8i9chplw2-cbikram82s-projects.vercel.app/
project is using npm build and install and Next.js