Remix app deployment issue

We are encountering an issue while deploying our Remix app on Render. During the deployment process, we are seeing the following error message:

Error: Could not parse schema engine response: SyntaxError: Unexpected token E in JSON at position 0

This seems to be related to a problem parsing the schema engine’s response, and we’re unsure of the cause. We have checked our app for potential issues, but the error persists.

Could you please assist us in resolving this issue? Any guidance or suggestions would be greatly appreciated.

1 Like

I have resolved this by upgrading FROM node:18-alpine to FROM node:20-alpine3.20 docker file.

Here is a reference link Github Discussion

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