Kakajan SH
Kakajan SH
same here. There is official way of doing it https://developers.line.me/ But needs to submit for partnership. I have submitted one, and no reply for months.
every time my IP gets banned for 24 hours
I have same issue. Even my code is executed once a 2-3 minutes it gets banned for 24 hours
I have same issue with Vultr
@elboerse change ```` this.nuxt = new Nuxt(config) .then((nuxt) => { this.nuxt = nuxt if (config.dev) { this.nuxt.build() } }) ```` to ``` this.nuxt = new Nuxt(config) if (config.dev) { this.nuxt.build()...
Should work when SSR is enabled. If your app is SPA, then you should use something like [prerender.io](https://prerender.io/vue-js/) Related: [dynamic meta tags for client-side](https://stackoverflow.com/a/69395708/2288496)
> Is there any way around it? It causes quite a lot of problems ... Could you find a way?
Until the issue is resolved, this is how we remove manually: In layout file ```js const route = useRoute(); const baseUrl = useRuntimeConfig().public.baseUrl; // Remove duplicate function removeDuplicateCanonical(route) { nextTick(()...
I don't know why, but including FastClick causes full page reload on mobile
Thanks you all ! Having a little problem with my English :-1: So its taking a while to write some docs for me .. Going to publish on github, today.