Mike Xavier
Mike Xavier
I'm also seeing this when running queries in GraphiQL IDE in WP. DUPLICATE_TYPE ``` "extensions": { "debug": [ { "type": "DUPLICATE_TYPE", "message": "You cannot register duplicate Types to the Schema....
ok, thanks, I haven't set up an app and tried this yet, but it looks like the docs need updating if this is a required prop. ref: https://github.com/Bunlong/next-share#-facebookmessengersharebutton-props 🙏🏼
Hey, @mujeex did you manage to solve your issue with this? I'm facing the same thing at the moment with WordPress.
Hey @jasonmit do you have an example of passing pageContext.intl.lang to a page query? I am using WordPress and Polylang and the query looks something like this: ``` export const...
@axeligl I didn't find a way with read-more-react
Seeing the same when trying to access a linked resource in Astro middleware. ``` Error: It does not look like SST links are active. If this is in local development...
Quick workaround Add to app/(payload)/custom.scss if you're using tailwind ``` #translator-modal { .translator__wrapper { @apply rounded-md; } .translator__close { @apply bg-transparent border-none; } .translator__close:before { @apply top-0; } .translator__close:after {...
I solved this by pinning all payload packages. I had all pinned to `3.32.0` except for `@payloadcms/storage-s3` which was on `^3.32.0`. After pinning the storage-s3 package, no error.