Dominik

Results 9 comments of Dominik

I used `v-if` as described here: https://github.com/nuxt-community/recaptcha-module/issues/100#issuecomment-1075642195

Just in case anyone else has this issue: I also had two recaptcha v2s on the same page and made it work by using the `v-if` directive. I'm basically conditionally...

any update on that? Same issue for me with [email protected] and nuxt/[email protected]. Vercel as a nitro provider, but also not working without that or with that on my local M1...

Unfortunately I also have the issue. It started when i deleted the `node-modules` directory and reinstalled the dependecies. ``` ... "astro": "^1.5.2", "astro-imagetools": "^0.6.11", ... ``` This is the error...

okay, just a quick update: Deleting my files and pulling a fresh copy of my repo did not fix it. What "fixed" it for me was to comment out the...

I have the same issue. @MananTank Do you have an idea how to fix that issue? I think we'd need a check if it's actually an horizontal swipe or a...

Okay, I figured a way out that already sort of works for me. Basically, I just create a new `pageLikeCollection` as usual, set a specific layout and just get all...

Thank you very much for that! I should've thought of something like that as well I guess. This works perfect already. The only issue seems to be that the fieldsLayout...

Just closing this, since my question was more answered.