i tried to import plugins for my asyncLoad function as followsimport api from '~/plugins/api'
The Problem ist he is trying to load the plugin both client and server side. The code is run in the asyncData method but i can see it is also run on the client side resulting in an error
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1130">#c1130</a>)</em></sub></div>