Private network DB not found
Hi! It's saying that the private network can't be found.
25 Replies
Project ID:
N/A
are you building with an alpine image?
yeah
ok i'll check it out
this is my env
DB_CONNECTION_URL=${{DB-SQL.MYSQL_PRIVATE_URL}}/support
screenshot of your project please
have you modified any variables on the DB-SQL service
yeah, i removed the last section on the private db url part
since i have multiple databases on that service
yeah I figured, just needed to make sure
ok i think i fixed it
i had a trailing slash in the DB's env
ha that was going to be my next question
is there a way to have a build path different then the running path
you're building with a dockerfile that's entirely up to you
can i show you my dockerfile because i'm a bit confused on that
of course, though I'd likely still need more context than that
alright, nothing too crazy going on, what's not working?
alright so it builds and then tries to access /app when it's deployed but then says /app doesn't exist
try setting the workdir to app, you have it set to /home/container
but also show me the exact error message please
trying your thing
ok gotta go for abt 30 mins
i'll be back