Blank Page when i open my deployed React App

TypeError: Cannot convert a BigInt value to a number
image

Hey

This does not sound related to Render, does your app work locally?
You can read more about the error here: TypeError: can't convert BigInt to number - JavaScript | MDN

The solution is to coerce one side to a BigInt or a Number, so both are the same data types.

It Works perfectly fine in my local…idk what to do can you help me with it?

Hey,

It’s tough to say without any context about your code but you may be using a new NodeJS version on your local machine that the one deployed in Render. Which Node version are you using locally?

Jérémy, Render Support

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