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
My full-stack project used Next.js and Kratos. I used Next.js as the BFF layer and communicate via GRPC. However, after I downloaded the packages related to proto in the web, I couldn't execute the "kratos run" command.
The text was updated successfully, but these errors were encountered:
I have looked the source code of the run command. And found that it exec the go run command. So I entered the cmd dir and exec go run . , service started up successfully. So is it necessary to add an option to ignore some dir to the run command? like:
My full-stack project used Next.js and Kratos. I used Next.js as the BFF layer and communicate via GRPC. However, after I downloaded the packages related to proto in the web, I couldn't execute the "kratos run" command.
The text was updated successfully, but these errors were encountered: