getting 500 errors when trying to create
getting 500 errors when trying to create hyperdrive connection
3 Replies
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
Hey @Frank not seeing any particularly weird errors on our end during that time period. Are you connecting to a publicly exposed db or private db?
it's a public db, and i just got it to work...
turns out, GCP cloudsql does not support whitelisting ipv6. and even tho I had ipv6 turned off, Worker always had an ipv6 address, and it could not connect
now using 0.0.0.0/0 to allow all
def not ideal, but was able to create the hyperdrive instance
be nice if the error was more explicit about connection failure instead of a generic 500
thanks for looking into this tho