Hello, I cannot deploy my next js app (with the opennext adapter) with the hyperdrive binding. It keeps showing this error :
"UserError: When developing locally, you should use a local Postgres connection string to emulate Hyperdrive functionality. Please setup Postgres locally and set the value of the 'WRANGLER_HYPERDRIVE_LOCAL_CONNECTION_STRING_NEON' variable or "NEON"'s "localConnectionString" to the Postgres connection string."
- It's working with pnpm dev (and I understand why I would need to add this) - But it's not working when trying to simply deploy this to our worker through our CI. And I don't understand why I would need to setup local connection string during a deployment