Jake Colling
Service Domain Created via API gets 404 error
Howdy,
I'm trying to create a service domain via the API. The API call succeeds, and returns the domain URL but when that URL is accessed it just gets a 404 error. The dashboard also displays the service domain URL correctly.
When I create the service domain URL via the dashboard it works as expected.
Can you provide any guidance on if my mutation is incorrect or I'm using this wrong?
API Mutation:
Output:
9 replies
Internal API - Invalid Service Name when creating project
Hey Folks,
I'm trying to use the API to create a new project. I'm getting an error about an
Invalid Service Name
. I think this might be because my repo URL is pretty long? The projects do get created, but the graphql response comes back with an error and I'm not able to pull the new project id out of it.
Is there any way to work around this? Or to pass in the service name as a variable? Or let me know if my mutation is just formatted wrong
The mutation looks like this:
I get this error response
10 replies