I have an Auth0 SPA that I would like to link to an RDS Postgres custom database. I have set up the custom database in the Authentication>Database section of the dashboard, but am struggling to successfully implement the necessary Database Action Scripts.
When I import and “Save And Try” the template PostgreSQL scripts provided by Auth0, I keep receiving an error stating “[SandboxUnhandledError] postgres.connect is not a function”. I have updated the script with my RDS details, but still receive this error (which seems to be a node-postgres library issue?).
Any help on this would be much appreciated, super frustrating that the template script doesn’t work