Problem Description
I use Metafields [metaobject_reference] to display product specifications on my online store. However, when I added some new products and their spec entries today (10/11/2023), the spec content did not show up on the website (the old products are fine). I was wondering why this is happening and if anyone is facing the same problem. Is there any update from Shopify end or I reach the limit of Metaobject entries? What should I do here to fix this issue?
### Some Attempts1. I tried to add old entries to the newly added products. The content shows up with no problem. Only the newly added entries do not show up (on the same product page), so I assume my theme codes have no problem.
- I tried adding the entries both manually and using GraphQL API. Both did not work.
- I tried to
*console.log* the data. It prints nothing for newly added entries and prints correct data for old entries
### Other Info1. The entries and products are properly linked. I can seen the entry on product admin page, and I can access the entry through GraphiQL App.
- All Metafields [metaobject_reference] have the same problem. Any entry content I added today does not show up on the online store.
I tried to find out what was causing the issue, but I only found out that the new entries added today did not work anymore. The entries that I added two days ago worked just fine. If anyone could let me know what happened here, that would be great.
Any input is appreciated! Thank you for taking time reading this message.