eggsovereasy
eggsovereasy
RRailway
Created by eggsovereasy on 12/20/2023 in #✋|help
Creating service using GraphQL API
Ok sounds good, thank you
27 replies
RRailway
Created by eggsovereasy on 12/20/2023 in #✋|help
Creating service using GraphQL API
I was not, we will come up with a different solution then
27 replies
RRailway
Created by eggsovereasy on 12/20/2023 in #✋|help
Creating service using GraphQL API
{
"id": "478d1f11-67a1-4157-a170-6865790fb7c8",
"input": {
"branch": "main",
"repo": "https://github.com/gsandf/ai-worker-scraper"
}
}
{
"id": "478d1f11-67a1-4157-a170-6865790fb7c8",
"input": {
"branch": "main",
"repo": "https://github.com/gsandf/ai-worker-scraper"
}
}
27 replies
RRailway
Created by eggsovereasy on 12/20/2023 in #✋|help
Creating service using GraphQL API
mutation ($id: String!, $input: ServiceConnectInput!)
{
serviceConnect(id: $id, input: $input) {
id
name
}
}
mutation ($id: String!, $input: ServiceConnectInput!)
{
serviceConnect(id: $id, input: $input) {
id
name
}
}
27 replies
RRailway
Created by eggsovereasy on 12/20/2023 in #✋|help
Creating service using GraphQL API
Yes
27 replies
RRailway
Created by eggsovereasy on 12/20/2023 in #✋|help
Creating service using GraphQL API
I created a team token on my account screen in the tokens section
27 replies
RRailway
Created by eggsovereasy on 12/20/2023 in #✋|help
Creating service using GraphQL API
I'm getting an error for 'not authrized' with connectService, using the same token i used to create the service
27 replies
RRailway
Created by eggsovereasy on 12/20/2023 in #✋|help
Creating service using GraphQL API
Ok thanks i'll give that a swing
27 replies
RRailway
Created by eggsovereasy on 12/20/2023 in #✋|help
Creating service using GraphQL API
It still doesn't initiate a deploy though
27 replies
RRailway
Created by eggsovereasy on 12/20/2023 in #✋|help
Creating service using GraphQL API
nvm, I got it
27 replies
RRailway
Created by eggsovereasy on 12/20/2023 in #✋|help
Creating service using GraphQL API
i get back an error
{
"errors": [
{
"message": "Variable \"$input\" of required type \"ServiceCreateInput!\" was not provided.",
"locations": [
{
"line": 1,
"column": 11
}
],
"extensions": {
"code": "BAD_USER_INPUT"
}
}
]
}
{
"errors": [
{
"message": "Variable \"$input\" of required type \"ServiceCreateInput!\" was not provided.",
"locations": [
{
"line": 1,
"column": 11
}
],
"extensions": {
"code": "BAD_USER_INPUT"
}
}
]
}
27 replies
RRailway
Created by eggsovereasy on 12/20/2023 in #✋|help
Creating service using GraphQL API
fe10b4ee-a87a-4f4d-9d88-355cef99b1e1
27 replies
RRailway
Created by eggsovereasy on 6/28/2023 in #✋|help
nginx proxy_pass to private network
so in the proxy_pass i need to put https://{url}.internal:443
24 replies
RRailway
Created by eggsovereasy on 6/28/2023 in #✋|help
nginx proxy_pass to private network
actually i added a public url and the app is running, but nginx just returns a 502
24 replies
RRailway
Created by eggsovereasy on 6/28/2023 in #✋|help
nginx proxy_pass to private network
no its razzle (not my choice)
24 replies
RRailway
Created by eggsovereasy on 6/28/2023 in #✋|help
nginx proxy_pass to private network
nvm, the frontend seems to not be running, i'll fiddle around thank you
24 replies
RRailway
Created by eggsovereasy on 6/28/2023 in #✋|help
nginx proxy_pass to private network
Now its just giving me [error] 31#31: *5 connect() failed (111: Connection refused) while connecting to upstream
24 replies
RRailway
Created by eggsovereasy on 6/28/2023 in #✋|help
nginx proxy_pass to private network
I'm using nginx:apline
24 replies
RRailway
Created by eggsovereasy on 6/28/2023 in #✋|help
nginx proxy_pass to private network
is it preferred to use a not-apline based image?
24 replies
RRailway
Created by eggsovereasy on 6/28/2023 in #✋|help
nginx proxy_pass to private network
as it says at the bottom of the private networking doc page
24 replies