apollo icon indicating copy to clipboard operation
apollo copied to clipboard

Apollo 'fixture-local-state' example trying to connect to server. http://localhost:3000/graphql

Open mromanoff opened this issue 6 years ago • 0 comments

Version

v4.0.0-rc.19

Reproduction link

http://localhost:3000

Steps to reproduce

clone project. run npm run dev4 open dev tools -> network tab. Notice error index.js?cf67:111 POST http://localhost:3000/graphql 404 (Not Found)

What is expected ?

Network request should not be initiated. should not be called

What is actually happening?

Error 404: http://localhost:3000/graphql

This bug report is available on Nuxt community (#c281)

mromanoff avatar Jan 06 '20 04:01 mromanoff