David Cruz
David Cruz
@pantsel 0.14.3.. pantsel:latest docker image. Thank you! My environment is like this: ``` NODE_ENV: development DB_ADAPTER: postgres DB_URI: postgresql://user:password@host:5432/konga?ssl=true ```
@pantsel yes, I only changed it to development to see if I could get any logs, in production mode the error doesn't show, just crashes. Added the configuration in the...
@pantsel not exactly sure I can increase that.. I'm using `Azure Database for PostgreSQL` from the following list I'm using a `General Purpose - 2 vCores - 150 max_connections` https://docs.microsoft.com/en-us/azure/postgresql/concepts-limits...
@erikringsmuth same here... great component, btw... thanks!
Just thought I should mention that it pretty much depends on the structure of your app. Was having that issue and decided to start from scratch following Erik's samples and...