Redshift/Postgres-rest is not working properly


#1

Hi everyone! I’m trying to use my own redshift/postgres provider as the documentation specifies using the postgres-rest project through CFNode but I’m getting an error sometimes at rendering the charts, it says network error but the project is running and listening the port according to my postgresql client. Btw I’m using node 18, in all projects and already tried updating the package-lock.json file. Any idea of what’s happening?


#2

Hey Paula. Postgres-rest project works perfectly with node v16.13.1. In other versions it may has some errors. And also just in case try to use this node version in all projects.


#3

I changed Redshift project node version to 16.13.1 and it worked. Fantastic, thank you so much.