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
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!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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