Patrik
Patrik
> Do we need to add another image for the test suite? Could we use an existing one? I personally like that a test suite has it's own content, feels...
Hey @Janisvb - thanks for including a reproduction! After trying to reproduce in `main`, the filters seem to be working as expected currently. Can you give this another shot with...
@Janisvb Got it, you are filtering by `ID` `not_in` first. Yup, I was able to reproduce, I'll be looking into this.
Hey @artmelkon - are you still experiencing this issue or has it been resolved?
Hey @ericuldall - @revnelson's comment about using an `ENV` variable is the approach we use and recommend. What do you think?
@ericuldall Here is an example of how using an `ENV` would work with a live-preview configuration: ``` livePreview: { url: ({ data }) => `${process.env.PAYLOAD_PUBLIC_SERVER_URL}/posts/${data?.slug}`, }, ``` This is the...
@ericuldall Yup you need to define your `env` variables in a `.env` file
Hey @jimzer - are you still facing this issue? If so, can you pull down the latest version of the `seo` plugin for me and see if it resolves? e.g....
@jimzer going to close this for now since it's not reproducible. If you're still experiencing issues after updating the plugin to its latest version and can create a reproducible repo...
@matteo-naif @ficeco @treturner New release for the plugin was published - `1.1.0` - so the correct peer dependencies are in place. Closing this issue now.