Discussions
Lack of Int64 support in Try Me feature
2 months ago by Christian Weinberger
It seems the frontend (try me) section of Readme does not properly support Int64 data type and is overflowing.
An entity with this id 628581038777243835 is returned as 628581038777243800.
I assume you need to update your frontend to make proper use of BigInt (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) here
Best,
Christian