Aleksander Walczuk

Results 5 comments of Aleksander Walczuk

@benfrain you have to whitelist it on the Spotify WebAPI side: 1. log into https://developer.spotify.com/dashboard/applications 2. Create an App or pick existing 3. Click `Edit Settings` button and find **Redirect...

@nothinghalosix were you able to resolve this issue? I cannot build this with Gridsome

Thanks for that, I actually solved it by setting a **client only** condition. added as plugin in _main.js_ ```js if (process.isClient) { Vue.use(require("vue-carousel").default); } ``` _in template file_ ```vue slide...

I'd also be pleased to know when it's going to be released.