Failed to load schema from https://backboard.railway.app/graphql/v2:
contrary-bot
HOBBYOP

2 years ago

We check if a specifically named environment exists in Railway with a github action, but today we have been getting the following error:

[STARTED] Load GraphQL schemas
[FAILED]
[FAILED] Failed to load schema from https://backboard.railway.app/graphql/v2:
[FAILED]
[FAILED] Problem processing request
[FAILED] GraphQLError: Problem processing request

6 Replies

brody
EMPLOYEE

2 years ago

Problem processing request likely means your query is malformed in some way or another.


melissa
PRO

2 years ago

I wonder if this was an issue related to our introspection being broken. We just fixed that, could you try again?


bambrose24
PRO

2 years ago

Introspection is broken again :( can y'all look into it?


brody
EMPLOYEE

2 years ago

Just tested with Yaak, and introspection works fine for me.

Edit v1, I did just test it and it was working, but has just failed now.

Edit v2, It's back, I'll ask whats going on.


contrary-bot
HOBBYOP

2 years ago

Slightly unrelated, but I forgot what the subdomain was and went to https://backbone.railway.app/graphql/v2 — notably, s/backboard/backbone — and I don't know why I did that but it looks like this exists… and also, https://asdfasdfasdf.railway.app/graphql/v2 exists… and I don't know whether I'm hitting projects with these names or what, but would love to understand what that subdomain is relative to the actual prod GraphQL API.


brody
EMPLOYEE

2 years ago

The public API endpoint is the one you listed in this post's title -

https://backboard.railway.app/graphql/v2


Loading...