Akryum / Akryum/vue-cli-plugin-apollo
Google gets Unable to find native implementation, or alternative implementation for WebSocket!
Open
question
- Dominant language
- JavaScript
- Stars
- 477
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
Crawling pages with google webmaster tools shows
`Unable to find native implementation, or alternative implementation for WebSocket!` as a console error, and page is just blank.
wsClient is created with
```
import { createApolloClient } from 'vue-cli-plugin-apollo/graphql-client';
const { apolloClient, wsClient } = createApolloClient({
...defaultOptions
});
apolloClient.wsClient = wsClient;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.