Dmitrij Tkačenko
Dmitrij Tkačenko
Hi, try to add error handler to plugins section in your nuxt.config too. It works for me when using apollo module in component like you have in sandbox.
@drewbaker I's weird for me either. Here it is: ``` require('dotenv').config() module.exports = { mode: 'universal', /* ** Headers of the page */ head: { title: process.env.npm_package_name || '', meta:...
@drewbaker @rospirski So, I've mistaken previously. **You don't have to mention apollo-error-handler in plugins in nuxt config**, it's enough to write it in apollo config. But I noticed that apollo-error-handler...
Have the same issue with **mysql:8.0.28**