Issue with Running CapTable in Production Mode #537
Closed
TechnoPhasePRO
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I'm experiencing an issue with running the CapTable application in production mode. While everything works fine in development mode, I am unable to build and run the application for production. I'm using the following command to build the application:
pnpm run build
pnpm run start
I've checked my package.json, and it seems like Next.js might not be set up correctly, or the necessary scripts are missing. I've attached an image of the terminal output and the current state of the site for your reference. This is after I try login or signup. No requests are coming in that mode.
Any guidance or insights on how to resolve this issue would be greatly appreciated!
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions