MASTRA_STORAGE_POSTGRES_STORE_INIT_FAILED + MASTRA_STORAGE_PG_STORE_CREATE_TABLE_FAILED
I am all of a sudden getting these errors when trying to fetch resources using the following:
Any ideas as to what might be causing it? My storage config looks like this:
DB Url is a Supabase connection string.
Any ideas?
6 Replies
📝 Created GitHub issue: https://github.com/mastra-ai/mastra/issues/8953
GitHub
[DISCORD:1428445200551776256] MASTRA_STORAGE_POSTGRES_STORE_INIT_FA...
This issue was created from Discord post: https://discord.com/channels/1309558646228779139/1428445200551776256 I am all of a sudden getting these errors when trying to fetch resources using the fol...
Hey @bighitbiker3 ! You might have too many connections open in your pool, can you try setting the
max
option to something like 5 and see if you're still getting the error?
Ok will give that a shot. It's intermittent so that may be the issue
@Romain this did not fix it. Still getting it
Thanks for trying! Are you using the connection pooling string from supabase?
nope I was using direct connection string. pooling port works!
Awesome!!!!