Michael Nelson

Results 6 comments of 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...