Auth Service terminating connection due to idle-session timeout

Critical auth error does not let users log in.
The auth service frequently throws an idle connection session timeout error. It affects us when we call this:
const { data, error } = await supabaseAdmin.auth.api.generateLink(
    'magiclink',
    internalUserEmail,
    {
      redirectTo: ROOT_URL,
    },
  )


The error object is attached in the image.

Customer Support said they increased the max pool size as a temporary fix but that did not make a difference and they have been unresponsive since.
Screen_Shot_2022-11-17_at_1.23.34_PM.png
Was this page helpful?