neon serverless with polyscale
I followed the neon integration steps with polyscale and updated the db connection string in my nextjs app – but now I'm just seeing connection errors – NeonDbError: Error connecting to database: fetch failed. Am I missing something?
4 Replies
wise-white•2y ago
Are you using the serverless driver? Can you try using node-postgres instead? I will need to confirm if the serverless driver is compatible with PolyScale
foreign-sapphireOP•2y ago
Yes I am. Can confirm it works as expected using node pg, just can't run on edge which is why I was using the serverless driver
harsh-harlequin•2y ago
Polyscale is not compatible. Only connecting directly to neon is compatible with the serverless driver
foreign-sapphireOP•2y ago
Okay, thank you