-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
switched to this project, dev works, but build doesn't #56
Comments
Hey @husayt 👋 , thanks for reporting the issue.
I'm sorry you had to experience that.
This is not expected. Could you check if this helps resolve the issue? |
I have tried that and now get this error when running from build and it crashes completely in browser |
Thanks for getting back.
I haven't seen the exact message before. I'd appreciate it if you provide me with a small reproduction of the issue. |
and this is what Firebase gives when trying to deploy there:
|
Thanks @husayt, could you kindly provide a reproduction I can use to replicate the exact errors? Additionally, is there any custom configuration I should be aware of? |
Yes, you are right. I am trying to come up with a small reproduction and will let you know once it is ready. Thank you |
Before I was using prisma with nuxt directly, Dev was working fine, but to build a server bundle I had my own setup and some after build script
Obviously that was painful, so I switched to using
nuxt-prisma
module to have smoother use. I managed to get dev working withbut can't even get local build running properly.
I get build completed with these warnings
then when i run with
node .output/server/index.mjs
it can't find database, but if I copy sqlite database file to output folder and run like this it works:Is there anything I am missing, i expect it to copy database file to output folder. Or is this as expected?
The text was updated successfully, but these errors were encountered: