Arnaud Jeannin
Arnaud Jeannin
The library works perfectlyy well on my local but once in production I have the following error: ``` [POST] /api/zendesk 14:35:20:80 verless/pages/api/zendesk.js', '/var/task/now__launcher.js', '/var/runtime/UserFunction.js', '/var/runtime/index.js' ] } 2020-11-23T13:35:21.132Z 3298e15b-7cf1-4fe6-9de0-51d6d825f571 ERROR...
og:price
How can I add og:price:amount as it's done one this page: https://www.farfetch.com/fr/shopping/men/off-white-baskets-odsy-1000-item-15556374.aspx
When I use the Facebook Messenger component with the Facebook dialog send URL, the preview correctly displays the link page OG image but when I send the message the URL...
Hello Nuxt.js team, I updated the docs for Qovery V2 https://www.qovery.com/blog/qovery-v2-beta-is-out
When using the `` component from [next/image ](https://nextjs.org/docs/api-reference/next/image) with the loop properties the second batch doesn't display the image. Do you have a working example using next/image?
I have the following setup and the autoplay doesn't works https://codesandbox.io/s/reactidswiper-demo-forked-se14h
I'm using styled-components with Next.js like this: Theme.js ``` import { createGlobalStyle } from 'styled-components' export const lightTheme = { bg: { primary: '#FFF', matt: '#FAFAFA', }, text: { primary:...
I'm using Netlify functions for serverless When I tried `serverless-pg` I had the following error: ``` [ERROR] Could not resolve "pg-native" node_modules/pg/lib/native/client.js:4:21: 4 │ var Native = require('pg-native') ``` So...
### Version Information Server Version: v2.3.0 ### Environment OSS ### What is the expected behaviour? When a remote schema relation is null the others remote schema relations need to return...
I'm using magic.link wallet as a custom provider with the Marketplace contract. Here is my code: ``` const magic = new Magic(process.env.NEXT_PUBLIC_MAGIC_API_KEY); await magic.auth.loginWithMagicLink({ email: "[email protected]" }); const provider =...