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
Solution:Jump to solution
the service names are derived from the repo name and service names have a limit of 32 characters
7 Replies
Project ID:
64dab1ad-0e50-4ca3-a3d9-372286eca940
More detailed logs indicates an internal server error.
Solution
the service names are derived from the repo name and service names have a limit of 32 characters
Does there happen to be any way to pass in a service name instead of having it be derived?
just checked the schema, there isnt unfortunately
Dang okay! Well I'm a big fan of Railway so I'll change other parts of my app to accomodate that!
Thanks for the quick response here! Very appreciated!
no problem!