Michael Nelson
Michael Nelson
I'm having this same issue, where I'm trying to get the tracking data that is placed in meta fields by the [Shipment Tracking](https://woocommerce.com/document/shipment-tracking/) plugin. The problem is that the return...
A common issue I've run in to when working with NextJS is that relative paths only work client-side. For server-side routing, the fully qualified path is required. With payload moving...
Getting this same error with v2.1.1. Reverting to v2.1.0 fixes the issue.
Commenting again to add that I don't have any field-level access checks, but I do have multiple (create, read, update, delete) collection-level access checks.
Can confirm, I'm still having unauthorized issues with 2.2.2. Staying at 2.1.0 is the only solution so far that I'm aware of.
I'm having a related issue when querying for a guest's cart. Because they are not authenticated, the only identifier is the 'woocommerce-session' header, and with Object Cache enabled I am...
Same here, would love a setting for this.
I think wrapping the layout this high up would have a negative impact on the `/api` routes as well, but I'm not certain about that. I did also try wrapping...
@pedroaparecido As listed originally in my issue post, canary is being used. When you install canary, and enable dynamicIO, this issue occurs. While this is a canary-only option now, it...
Does this work on fields from related documents (relationship fields). For example, usually I only want a few fields from an image relationship.