Dan Sullivan

Results 9 comments of Dan Sullivan

Apologies, you explain it right in your [docs](https://github.com/payloadcms/payload/tree/main/packages/plugin-cloud-storage#conditionally-enablingdisabling): > If the code is included in any way in your config but conditionally disabled in another fashion, you may run into...

Hi, I'm not sure if this is the correct spot to report this, but the documentation of the [S3 Upload Plugin](https://market.strapi.io/providers/@strapi-provider-upload-aws-s3) is out of date. The doc described here, https://docs.strapi.io/dev-docs/plugins/upload,...

Thanks @pwizla, [created](https://github.com/strapi/strapi/issues/20003). No time pressure from my end on this; our issue is solved now that we know where to look. This improvement will be for other strapi users.

Is it possible to enable passing parameters to the underlying request implementation when creating the Api(token) instance? For example, I need to pass in a path to a pem file....

We have a deployment with data in the table, and some users are unfortunately triggering this error still. Still diving into it...

> This won't work on account of `left inner join` not actually being a thing. The correct PR is `left join`. > > > Isn't the missing website id issue...

Had a similar challenge on our project. Our workaround leverages the work from @cbratschi in #4616. We can filter out `saves` (manual or autosave) by checking for `draft: true` in...

Same issue for us on `v3.36.1`, though we're using a `beforeChange` hook. Disabling autosave fixes the issue.

> Just wanted to share my learnings regarding the Jobs Queue, some of it has already been mentioned in this thread but wanted to lay it out all in one...