#Cant access from domain

8 messages · Page 1 of 1 (latest)

haughty pagodaBOT
#

Project ID: a205ed41-7328-49ba-aa2d-812c73ca4679

deft magnet
#

a205ed41-7328-49ba-aa2d-812c73ca4679

merry cobalt
deft magnet
#

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

merry cobalt
#

you need to use the https schema

deft magnet
#

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

merry cobalt
#

send your repo

deft magnet
#

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
    }
}