question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

graphqlbin share function does not function

See original GitHub issue

Attempting to use https://www.graphqlbin.com/v2/new share function produces an error:

{
  "data": {
    "addSession": null
  },
  "errors": [
    {
      "code": 5008,
      "locations": [
        {
          "column": 11,
          "line": 3
        }
      ],
      "message": "software.amazon.awssdk.services.lambda.model.ResourceNotFoundException: Function not found: arn:aws:lambda:eu-west-1:484631947980:function:cj81hi46q03c30196uxaswrz2-add-session (Service: null; Status Code: 404; Error Code: ResourceNotFoundException; Request ID: 66711723-89ea-11e8-a743-ab4f35b737a4)",
      "path": [
        "addSession"
      ],
      "requestId": "eu-west-1:simple:cjjpzysua1kz9013124ybf6lu"
    }
  ]
}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:16
  • Comments:19

github_iconTop GitHub Comments

12reactions
mkochendorfercommented, Jul 31, 2018

Also seeing this issue. It also appears that the Share button fails with an error in the console:

TypeError: Cannot read property 'id' of null
    at sharingSaga.ts:34
    at r (middleware.js:108770)
    at Object.next (middleware.js:108736)
    at h (proc.js:311)
    at n (proc.js:388)
3reactions
huv1kcommented, Oct 20, 2018

I will look into it next week 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

graphqlbin share function does not function #793 - GitHub
Just tested this on a local project using the HAPI middleware, and it is failing there as well. All reactions.
Read more >
Developers - graphqlbin share function does not function -
Attempting to use https://www.graphqlbin.com/v2/new share function produces an error: { "data": { "addSession": null }, "errors": [ { "code": 5008, ...
Read more >
How can I add a share to GraphQL Bin option to my Apollo ...
I am using Apollo server to implement a GraphQL API, which automatically gives me a GraphQL Playground. According to the GraphQL Playground docs ......
Read more >
API Reference: ApolloServer - Apollo GraphQL Docs
This article documents the ApolloServer class from the @apollo/server package. You can use the ApolloServer class to create an instance of Apollo Server ......
Read more >
Introducing GraphQL Playground - Prisma
You can share your GraphQL queries (including endpoints & configuration) by sending other a GraphQL Bin link. This is a great way to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found