Not able to save changes + the website is always preparing, cannot see preview


my project name is adayinmylife-aiga

Hi, it’s because your start script in the package.json is trying to execute called server.js file that does not exist in the same directory as the package.json. You need to replace server.js with the name of your main JS entry file.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.