nitro v3 is not working for me
I can build but when i run the app i get errors
switching back to nitri v2 and everything works again.
13 Replies
graceful-beige•2mo ago
Lolz I had one too 😄
getting this error when calling better auth.
stormy-gold•2mo ago
can you both please post in https://discord.com/channels/719702312431386674/1431621556718534798
please provide a complete example project
also please try using nitro nightly, not nitrov3 alpha
use this in your package.json
"nitro": "npm:nitro-nightly@latest",
rare-sapphireOP•2mo ago
Using alpha didn't fix it.
graceful-beige•2mo ago
I have sooo many different weird errors..
No server actions all commented out..
stormy-gold•2mo ago
can you share your full project?
flat-fuchsia•2mo ago
Hey guys 👋 I am here to look for any issues re TSS and Nitro v3. Sharing your projects would be really helpful to investigate issues.
rare-sapphireOP•2mo ago
I have on the other side
graceful-beige•2mo ago
Removed nitro and used srvx to serve my production code - it's amazing how many hours I spend to trying figure it out 😮
rare-sapphireOP•2mo ago
How did you use srvx? As a plugin or directly?
graceful-beige•2mo ago
@Manuel Schiller helped me here 😄
kudos for him 🙂
rare-sapphireOP•2mo ago
Let me try
yelping-magenta•2mo ago
My frist try I got some errors too, after switchin back to nitro V2 then still got issues, @Manuel Schiller posted that you need have only one Nitro version on your app or got some conflicts, after cleanup and setted Nitro V2 the appp works perfect!