Getting Prisma TypeError in the browser console in a SolidStart app after doing build and start:
The error:
TypeError: Failed to resolve module specifier ".prisma/client/index-browser". Relative references must start with either "/", "./", or "../".
I will work on reproducing this.
Development build works.2 Replies
https://github.com/sveltejs/kit/issues/4444 this issue seems relevant to ur situation.
Thanks I was reading those, I found similar, but they didn't help.
I was able to fix it with this (that I found in one of those github issues).
app.config.ts: