#Cant access from domain
8 messages · Page 1 of 1 (latest)
a205ed41-7328-49ba-aa2d-812c73ca4679
this will help you
https://docs.railway.app/troubleshoot/fixing-common-errors
I solved it using another approach, but now I'm facing another problem. When I try to use access an endpoint using method = POST from Postman, it seems it is getting the same endpoint but with GET method. I tested it locally and it worked just fine
you need to use the https schema
Oh... I forgot that, I tested it with https schema and it worked only for error messages sent by the exception handler, but when trying the happy flow i only got a 500 - Internal Server Error. Idk what im doing wrong i might be very noob at this
send your repo
here is a simple payload if you wanna test it locally, endpoint /estimative
{
"tasks": {"name": "Task 1", "min": 2, "likely": 4, "max": 6},
"image":{
"plot": false
}
}