apollographql / apollographql/fullstack-tutorial
graphql-playground-react@1.7.8 not found on cdn.jsdelivr.net
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 808
- PR merge metrics
- No merged PRs in 30d
Description
Hey guys, thanks for the handy tutorial.
I've found an error running the `Graphql Playground`. The `apollo-server-core@2.2.0-alpha.2` (`apollo-server@2.2.0-alpha.2` dep) is setting the `@apollographql/graphql-playground-react@1.7.8` version to `1.7.8`, which doesn't exist anymore on the `cdn.jsdelivr.net`. Here's the playground html source:
```html
```
Updating `apollo-server` to it's current version `2.5.0` fixes the problem, as it changes the `apollographql/graphql-playground-react` version to `1.7.10`.
I will send you guys a PR to update both server/client dependencies, if its ok.
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the tutorial's server and client dependency manifests to find the Apollo package versions that produce the GraphQL Playground HTML. Verify the referenced jsDelivr assets resolve after the dependency update, then run the tutorial's existing checks or startup flow to confirm the playground loads.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, javascript, node.js, react, typescript
- Domain
- backend, frontend, full-stack
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100