Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

playground: History and Headers aren't persisted #1549

Closed
mwilliammyers opened this issue Aug 17, 2018 · 2 comments
Closed

playground: History and Headers aren't persisted #1549

mwilliammyers opened this issue Aug 17, 2018 · 2 comments

Comments

@mwilliammyers
Copy link

I am updated on all my dependencies:

├─┬ apollo-server-express@2.0.3
│ ├── @apollographql/graphql-playground-html@1.6.0
│ ├─┬ apollo-server-core@2.0.3
│ │ ├─┬ apollo-cache-control@0.2.2
│ │ │ ├── apollo-server-env@2.0.2 deduped
│ │ ├─┬ apollo-datasource@0.1.2
│ │ │ ├── apollo-server-caching@0.1.2 deduped
│ │ │ └── apollo-server-env@2.0.2 deduped
│ │ ├─┬ apollo-engine-reporting@0.0.2
│ │ │ ├─┬ apollo-engine-reporting-protobuf@0.0.1
│ │ │ ├── apollo-server-env@2.0.2 deduped
│ │ ├─┬ apollo-server-caching@0.1.2
│ │ ├─┬ apollo-server-env@2.0.2
│ │ ├── apollo-server-errors@2.0.2
│ │ ├─┬ apollo-tracing@0.2.2
│ │ │ ├── apollo-server-env@2.0.2 deduped
│ │ ├── apollo-upload-server@5.0.0 deduped
│ │ │ └── apollo-server-env@2.0.2 deduped
│ │ │ ├── apollo-link@1.2.2 deduped
│ │ │ ├── apollo-utilities@1.0.18 deduped
│ ├─┬ apollo-upload-server@5.0.0
│ │ ├── apollo-link@1.2.2 deduped
│ │ ├── apollo-utilities@1.0.18 deduped
│ ├─┬ apollo-link@1.2.2
│ │ ├── apollo-utilities@1.0.18 deduped
│ ├─┬ apollo-utilities@1.0.18

but I am still running into graphql/graphql-playground#317, and since there aren't any issues open on prisma's side after 1.3.10, it leads me to believe it is an issue with apollo-server/apollo-server-express or @apollographql/graphql-playground-html@1.6.0 or graphql-playground-html@1.6.0?

I would love to be able to use the playground built in to apollo-server-express (and use 2.0 because it has some really awesome improvements!) so that I can use the graphql path for both my API and playground (and it is slightly easier than using playground as a separate package)...

@devtanc
Copy link

devtanc commented Oct 8, 2018

I'm seeing this issue as well. Every time I hit the route, I'm greeted with a fresh UI, rather than having any of my previously built queries/variables persisted.

@abernix
Copy link
Member

abernix commented Jul 5, 2019

We may not have been running the latest version of GraphQL Playground at that time, but we're currently completely up to date. Please try the latest version of Apollo Server (v2.6.8, as of this writing) and if this problem persists, please open an issue on the GraphQL Playground repository. Thanks!

@abernix abernix closed this as completed Jul 5, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants