Sudden Validation error when publishing from Editor & Designer

When using the Create+publish action on webflow, I am getting validation errors for referenced items.

The validation error, when I inspect it in the console, says the referenced items do not exist, however they do exist.

This is halting major publishing operations for my client.

Read only link: Webflow - alphaAI


Screenshot 2023-10-26 at 6.32.46 PM

I believe the error… could be… that for some reason the “value” prop of the referenced item is now an id wrapped in single quotes… which is strange and could cause validation errors for strings tested for equality.

‘[id]’ !== [id]

Screenshot 2023-10-26 at 6.40.55 PM