Application .Net 6

logfast
HOBBY

6 months ago

My application use dotnet 6 and the deploy fail speaking

0 Replies

logfast
HOBBY

6 months ago

a680c428-40e9-4879-a647-e39781388c33


logfast
HOBBY

6 months ago

Application .Net 6


ayush-lal
HOBBY

6 months ago

i have multiple .net projects deployed without any issues (using EF). Am i right in saying that you are using nix? If so try docker


logfast
HOBBY

6 months ago

Its project from creation with dotnet new webapi -f net6.0


logfast
HOBBY

6 months ago

Only modify controller


ayush-lal
HOBBY

6 months ago

@Rhyan fork my template and give it a shot
https://railway.com/template/fKgMtM


logfast
HOBBY

6 months ago

Hello, thanks for the help, but I found out here that after version "dotnet-sdk-6.0.413-win-x64" there is an error in the deployment


logfast
HOBBY

6 months ago

1323613451066540000


amonion
TRIAL

6 months ago

I'm having 502 error accessing my node J's app in railway, seeing error:

Access to XMLHttpRequest at 'https://my-app.up.railway.app/api/v1/users/login/' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

Please I need help, I've added cors policy to allow access from all origin and still having the same error