Looks like heroku upgrading their postgres means that this app has lost ability to authenticate to the provisioned service:
2025-06-09T15:36:29.573706+00:00 heroku[web.1]: State changed from crashed to starting
2025-06-09T15:36:30.576326+00:00 heroku[web.1]: Starting process with command `/nix/store/ragj6qsgphnygbbhkvhqp8a0il8qr81y-geocode-city-api-0.1.0.0/bin/geocode-city-api-exe`
2025-06-09T15:36:31.079281+00:00 app[web.1]: geocode-city-api-exe: user error (Wrong scheme)
2025-06-09T15:36:31.130158+00:00 heroku[web.1]: Process exited with status 1
2025-06-09T15:36:31.154067+00:00 heroku[web.1]: State changed from starting to crashed
I'll probably have to update the library and look into an alternative authentication scheme.
Looks like heroku upgrading their postgres means that this app has lost ability to authenticate to the provisioned service:
I'll probably have to update the library and look into an alternative authentication scheme.