Jean-Baptiste THERY

Results 6 comments of Jean-Baptiste THERY

I confirm that error occur in production (not dev) when I click on paginations button's ``` "@strapi/plugin-documentation": "^4.5.2", "@strapi/plugin-graphql": "^4.5.2", "@strapi/plugin-i18n": "4.5.2", "@strapi/plugin-users-permissions": "4.5.2", "@strapi/provider-upload-cloudinary": "^4.5.2", "@strapi/strapi": "4.5.2", ``` ```...

I have the same issue : ```javascript Warning: Webpack is configured while Turbopack is not, which may cause problems. See instructions if you need to configure Turbopack: https://turbo.build/pack/docs/features/customizing-turbopack Learn more...

pleeeeeease 😂

@hanpaine @maccomaccomaccomacco Hello, any update ?

Hello, to show a QR code, you need to create a base64 representation of your QR code and present it using an component. Example : ```js import QRCode from "qrcode"...