Rodrigo Rubio

Results 28 comments of Rodrigo Rubio
trafficstars

@Hesesses did yours work eventually? any tips?

@Hesesses weird... mine doesn't work at all. What version of ionic are you running?

@Lith apologies for the late response. The issue for me was related to not using the new "deep" population. I ended up using this plugin - https://market.strapi.io/plugins/strapi-plugin-populate-deep

+1 yes please!

@pepijn-vanvlaanderen were you successfull adding the preview buttom to this demo? i'm the getting some erorrs at my end. ``` Unhandled Runtime Error Error: Cannot read properties of undefined (reading...

I'm having the same issue. Have you had any luck @Xzandro ? Versions - * NuxtJS 3 & * Strapi 4.13.6 * NodeJS v18.16.0 nuxt.config.ts (strapi) ``` runtimeConfig: { recaptcha:...

Thank you. I'll test it in the next few days and confirm.

Hey mate, i haven't played with GraphQL in a while, but this might help you. https://strapi.io/blog/a-deep-dive-into-strapi-graph-ql

You might need to add transform as an option. This is is what i currently do on nuxt 3.7.* - ``` import { type StrapiResponsePage } from "~/types/strapi/api" const {...

@Ccamm was this issue resolved?