vue-tiny-slider
vue-tiny-slider copied to clipboard
Nuxt version Server resources are not available!
i was testing out the slider on nuxt and got the error Server resources are not available , and i though it was SSR problem so i put one on plugins and no-ssr , but still dont work . can you check your demo ? it was showing the same problem too.
@ilbonte is this something you can take a look at?
Yes, but not before Monday since I'm traveling without pc. @differentMonster In the meantime could you your nuxt.config.js?
I just checked the demo and it was showing the error Server resources are not available
so I tried to refresh the demo windows and the error disappeared.
I also tried downloading the demo locally and run it with yarn run dev
and generated with yarn run generate
, but I wasn't able to reproduce the error.
@differentMonster a few days ago I edited the documentation adding <no-ssr> ... </no-ssr>
.
Are you using this tag?
no ssr is now deprecated for <client-only></client-only>
Anyway it's not really fluid on nuxt :s