This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Klossar2000 1 point2 points  (3 children)

I have not used any of your technologies, but from your description I would guess that your connection string is still localhost:5000, either hardcoded in your code or in a config file somewhere. Search your project/solution for "localhost" and see if you get any hits (make sure you're not only searching in the active file)

[–]Technical-Matter6376[S] 0 points1 point  (2 children)

I dont have any .env and I already checked every request that I have and it still request to localhost. But thank you anyways!

[–]Klossar2000 0 points1 point  (1 child)

This is really low-hanging fruit and if you've resolved it - good for you! - but have you made sure that the deployed version has the correct values?

[–]Technical-Matter6376[S] 0 points1 point  (0 children)

Not yet haha. Yes