I’m running a new instance on fly and I want to connect it to an external database hosted on neondb. The fly application returns “non-existing domain” on the neondb url
ah right-- and what’s the URL you’re pointing to? Are you using environment variables or just plain code for connecting to Neon?
(from the error message it appears your app is trying to connect to the url neon_domanin_db - which isn’t a valid domain, hence the error - instead of, say, something like pg.neon.tech which is a valid domain)