You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users reported failures with pg-boss's connection to the database. On a closer look, it seems that it's a general database connection issue due to using IPv6 to connect.
Some users reported failures with
pg-boss
's connection to the database. On a closer look, it seems that it's a general database connection issue due to using IPv6 to connect.Check this out for more context: https://ptb.discord.com/channels/686873244791210014/1179895919471247490
A workaround for the time being is to use
127.0.0.1
instead oflocalhost
in theDATABASE_URL
env variable.Related issue: nodejs/node#40537
The text was updated successfully, but these errors were encountered: