You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I build and start a fresh project and then click on signup or login, I get the following error.
I suppose the prisma client is meant with this message?
Paste all your error logs here:
{"0":"getCurrentUser()","1":"Finished: resolver:3ms serializer:0ms total:3ms","_meta":{"runtime":"Nodejs","runtimeVersion":"v18.19.0","hostname":"MisanDesktop","name":"blitz-invoke","date":"2024-09-11T18:55:01.131Z","logLevelId":3,"logLevelName":"INFO","path":{"fullFilePath":"/home/misan/dev/gitlab/ssf-blitz3/.next/server/chunks/204.js:116:77116","fileName":"204.js","fileNameWithLine":"204.js:116","fileColumn":"77116","fileLine":"116","filePath":"/.next/server/chunks/204.js","filePathWithLine":"/.next/server/chunks/204.js:116","method":"v.postResponse"}}}
⨯ Error: No native build was found for platform=linux arch=x64 runtime=node abi=108 uv=1 libc=glibc node=18.19.0 webpack=true
loaded from: /home/misan/dev/gitlab/ssf-blitz3/.next/server/app/api/rpc/[[...blitz]]
at _.resolve._.path (/home/misan/dev/gitlab/ssf-blitz3/.next/server/app/api/rpc/[[...blitz]]/route.js:1:10162)
at _ (/home/misan/dev/gitlab/ssf-blitz3/.next/server/app/api/rpc/[[...blitz]]/route.js:1:8464)
at 10723 (/home/misan/dev/gitlab/ssf-blitz3/.next/server/app/api/rpc/[[...blitz]]/route.js:1:14570)
at t (/home/misan/dev/gitlab/ssf-blitz3/.next/server/webpack-runtime.js:1:143)
at 59909 (/home/misan/dev/gitlab/ssf-blitz3/.next/server/app/api/rpc/[[...blitz]]/route.js:1:10759)
at t (/home/misan/dev/gitlab/ssf-blitz3/.next/server/webpack-runtime.js:1:143)
at 14604 (/home/misan/dev/gitlab/ssf-blitz3/.next/server/app/api/rpc/[[...blitz]]/route.js:1:68617)
at t (/home/misan/dev/gitlab/ssf-blitz3/.next/server/webpack-runtime.js:1:143)
at 82640 (/home/misan/dev/gitlab/ssf-blitz3/.next/server/app/api/rpc/[[...blitz]]/route.js:1:6697)
at t (/home/misan/dev/gitlab/ssf-blitz3/.next/server/webpack-runtime.js:1:143)
Paste all relevant code snippets here:
not relevant
What are detailed steps to reproduce this?
1.blitz new example-project
2. cd example-project
3. npm run build
4. npm run start
5. click on login and attempt to login with any credentials
Happens for me on my mac machine and on a project on AWS deployed via flightcontrol. I am using latest version of blitz.
Does not occur in v2.0.10, only in v2.1.1
I have tested this on a new Blitz app and it worked.
I did a blitz build then a blitz start. Tested login, logout and new account.
I also tested running blitz dev and it worked also.
Just have to move a few files around to get it working. Ideally be great if we did not have to do this but. It works.
If there is a way I can help let me know.
What is the problem?
When I build and start a fresh project and then click on signup or login, I get the following error.
I suppose the prisma client is meant with this message?
Paste all your error logs here:
Paste all relevant code snippets here:
What are detailed steps to reproduce this?
1.blitz new example-project
2. cd example-project
3. npm run build
4. npm run start
5. click on login and attempt to login with any credentials
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
The text was updated successfully, but these errors were encountered: