We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup nextjs up using the websocket proxy & docker approach outlined on: https://vercel.com/docs/storage/vercel-postgres/local-development Using @neondatabase/[email protected]
wsProxy callback is executed, which allows next.js app to connect
wsProxy is never executed and all queries fail.
I put a debugger in the wsProxy callback but it was never reached in 0.10.4
Downgraded back to 0.9.5 fixes the problem, havent tried previous versions yet
The text was updated successfully, but these errors were encountered:
Thanks. I'll take a look.
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Setup nextjs up using the websocket proxy & docker approach outlined on: https://vercel.com/docs/storage/vercel-postgres/local-development
Using @neondatabase/[email protected]
Expected result
wsProxy callback is executed, which allows next.js app to connect
Actual result
wsProxy is never executed and all queries fail.
I put a debugger in the wsProxy callback but it was never reached in 0.10.4
Downgraded back to 0.9.5 fixes the problem, havent tried previous versions yet
Environment
Logs, links
The text was updated successfully, but these errors were encountered: