fix(nuxt-env): Configuration issue with websockets
Created by: Tirokk
Authored by roschaefer Merged
After some intensive debugging I found out that req
(on the server)
and nuxtState
(on the client) have access to the configurations
changed at runtime.
How did I debug it:
yarn run build
env WEBSOCKET_URI=whatever yarn run start
I also put a console.log
into plugins/apollo-client.js
.
🍰 Pullrequest
Issues
- fixes #3064 (closed)
Todo
-
None