alltogethernow / server

GraphQL server backend. Mixes microsub and micropub into one easy to use package
11 stars 0 forks source link

App Settings modal is empty #9

Open jarikmarwede opened 4 years ago

jarikmarwede commented 4 years ago

Describe the bug I encountered a GraphQL error: Unexpected error value: { message: "Missing required options: micropubEndpoint", status: null, error: null } when clicking on "App Settings" in the settings dropdown menu. A "Settings" modal opens but it has no content.

Expected Behavior I expected some settings for the app to be displayed or at least a reason why there are no settings available.

More Info The error might be the result of me not having defined a micropub endpoint on my site

Error Message

{
  "message": "Unexpected error value: { message: \"Missing required options: micropubEndpoint\", status: null, error: null }",
  "locations": [
    {
      "line": 2,
      "column": 3
    }
  ],
  "path": [
    "micropubQuery"
  ],
  "extensions": {
    "code": "INTERNAL_SERVER_ERROR"
  }
}

Operation Info

{
  "operationName": "MicropubQuery",
  "variables": {
    "query": "syndicate-to"
  },
  "query": {
    "kind": "Document",
    "loc": {
      "start": 0,
      "end": 79
    }
  }
}
jarikmarwede commented 4 years ago

I am not sure whether this is a bug of Together or of my microsub server