macvim
DTDrizzle Team
•Created by macvim on 5/3/2023 in #help
RangeError: Maximum call stack size exceeded - When I try to INSERT
Hi,
I am getting
RangeError: Maximum call stack size exceeded
when I try to INSERT something in the DB, SELECT queries works with no issues.
I am using "drizzle-orm": "^0.25.3"
and "@remix-run/react": "^1.15.0"
.
I have a page to add an organization with the following action:
putOrg functions in a server.ts
file:
when this line get executed, I get the following error:
org
schema is defined here:
I think the issues I am having is similar to this: https://discord.com/channels/1043890932593987624/1092908217983578184 but I am not 100% sure.
Any help is much appreciated.
Thanks6 replies