Skip to content
Advertisement

Tag: react-fullstack

why I can’t delete .next folder in nextjs project

I run my nextjs project by NOT but it automatically create the .next folder. and after I tried to delete that folder but it automatically generated again. why?? I don’t expect to generate the .next folder by this command: Answer You are running your project with Once the project is launched, .next folder will be created to store page cache

Deploying PERN stack on AWS issue

So I’m frustrated with this process I’ve watched the same tutorial a bunch on times https://www.reddit.com/r/reactjs/comments/jeuwvi/deploying_full_stack_app_on_ubuntuaws_postgres/. Everything seems perfect but the frontend doesn’t seem to be making contact with the backend. Using xginx and pm2. In the config for the xginx my locations look like this I’m not even sure if this is where the issue lies. I can hit

Advertisement