max
CCoder.com
•Created by max on 9/15/2022 in #help
Issues with external Postgres DB
When I run Coder with the internal DB, it works flawlessly. As soon as I try with an external Postgres database, I get 401 errors such as "the API key is invalid" and 404 errors such as "Resource not found or you do not have access to this resource". Template creation fails with
logs: decode body: invalid character '<' looking for beginning of value
.
The only difference between a working and non working implementation is the CODER_PG_CONNECTION_URL
line.4 replies