Next.js Discord

Discord Forum

next js deployment error

Unanswered
Red wasp posted this in #help-forum
Open in Discord
Red waspOP
in my react js app when i have to deploy it on server normally i run the command 'npm run build' and build folder ipload it on server and thats working fine on server but when i hdeploy my next js getServerSideProps app i run command 'npm run build' and upload my .next file on server it shows 'error' but while i upload my entire project directory like src, public, .next and etc. that;s working fine on server but size of the files is 700mb which is latger.
what is the problem that my .next file is not working on server?

0 Replies