mbaquerizo
mbaquerizo
Anything wrong with this PR?
I am seeing the same issue. - node v 16.18.1 - node-pg-admin v6.2.2 - postgres v11.16 Could this be due to the postgres version?
> Found the solution (at least for me): After updating node (and node-pg-admin to 6.2.2), node-pg-admin still had "pg" version 7.18.2 as transitive dependency. After installing "pg" version 8.9.0 manually,...
@HeavenlyEntity @ndom91 thanks for adding this provider! I have been trying to add NetSuite as a custom provider to my next.js app for a couple of days before I came...
I am using AWS codebuild to deploy my application and I'm seeing the exact same issue. I'm specifying 'nodejs16.x' as the runtime but the build uses node 12. I tried...
@tanuj-g have you found any alternate solution? This is blocking our production deployments at the moment. The strange part is that the default value set by @sls-next/aws-lambda seems to be...
> @mbaquerizo no I haven't the solution yet. This is blocking out production deployments too at this moment @tanuj-g I found a workaround for my case. After deleting the template...
This issue is referenced in the README as being open-next being compatible with Serverless Framework, but I'm a bit confused. Is @emulienfou's post a question or is it the answer?...