Kamil Okáč
03/31/2020, 9:22 AMvue-apollo.js:14 Uncaught TypeError: Cannot read property 'substr' of undefined
at Module.56d7 (vue-apollo.js:14)
at c (bootstrap:89)
at Object.0 (app.e76c6ad2.js:1)
at c (bootstrap:89)
at t (bootstrap:45)
at bootstrap:267
at app.e76c6ad2.js:1
Maxime Lavoie
03/31/2020, 12:08 PMhasura_1 | {"internal":"could not connect to server: Connection refused\n\tIs the server running on host \"postgres\" (172.18.0.2) and accepting\n\tTCP/IP connections on port 5432?\n","path":"$","error":"connection error","code":"postgres-error"}
Benjamin Filippi
03/31/2020, 12:31 PMemre
03/31/2020, 12:49 PMpostgres
container logs that it is ready to accept connections in my case. The hasura
container did not log anything else after this error, therefore I believe it stops trying to connect to the postgres
container after 1 failed attempt.Scott Zelenka
03/31/2020, 1:22 PMui
Dockerfile is structured, it's serving HTML/JS files, so the process.env.VUE_APP_GRAPHQL_HTTP
variable would be undefined, as it doesn't seem to be set during the "build" of the Vue application.josh
03/31/2020, 1:32 PMlatest
images that this command defaults to were rebuilt and it should be working now. Let me know if it doesn’tMaxime Lavoie
03/31/2020, 1:46 PMBenjamin Filippi
03/31/2020, 1:53 PMScott Zelenka
03/31/2020, 1:54 PMprefecrhq/prefect
ones?
I like to pin down versions when deployingemre
03/31/2020, 1:55 PMjosh
03/31/2020, 1:55 PMMarvin
04/02/2020, 1:22 PM