Is this a problem or is it due to a user error?
Following this error, I was able to undo or refresh in Studio and regain access to the project, make changes and preview from Studio just fine.
But, my deployed site continued to show a crashed state and refreshing didn’t do anything.
How come the project works in preview but not on the deployed site (the app host)?
Confirming this is an error for us as well, looks like a global outage.
A fix is being rolled out; upgrading to the latest @plasmicapp/loader-nextjs will also fix the issue
I ran npm update in app folder and pushed it to rebuild and deploy the app host. Now I get a 500 internal server error.
@plasmicapp/loader-nextjs version is 9.6.2 now
latest version should be 1.0.291
If I open @plasmicapp/loader-nextjs/package.json, I do indeed see: "version": "1.0.291",
… and now that I issued the right command in npm to see the version, it is also 1.0.291.
Refreshed again and site is back now
Thank you