bmahakud / WorkReport-Shradha

0 stars 0 forks source link

Challenges Faced During Anyquant Project Development #31

Closed ss-sahoo closed 1 month ago

ss-sahoo commented 2 months ago

Next.js Deployment Confusion a new tag from Next.js and didn’t realize that Next.js needs to be deployed properly on the server, not just the build folder. This mistake caused delays while I figured it out.

Different Output on Server The plot showed correctly on my local machine, but not on the server after uploading files. It took time to find out it was due to server-specific issues like missing packages or file handling differences.

File Upload Errors After Deployment After uploading the files on the server, I got unexpected errors that didn’t happen locally. I had to spend time checking the backend code and fixing how files were read and processed.