Hi. It is my first time publishing a project and also first time on Railway.
I am trying to publish a .NET Core 6 WebAPI project with Postgres plugin. It uses a Dockerfile.
In the Dockerfile, ASPNETCORE_URLS env. var. is set to 'http://+:80;https://+:443' and it does seem to recognize the ports on the Deploy Logs. I also configured an env. var. on Railway's Variables section which is PORT=443.
But it doesn't seem to be accessible for some reason. The website throws Javascript errors every 10 seconds or so, and sometimes logs a message 'Not Authorized'
I do not know where the problem is. I couldn't find any solution online, neither from this Support section. Does anybody know how to solve such problem?