AEM as a Cloud Service + CIF Addon - /api/graphql not working on Publish SDK
Hi All,
One quick question. As of last week I had completely setup the AEM SDK with the Venia store front with all the components working. When I move the setup the AEM publish SDK, I am encountering one issue.
The /api/graphql is throwing 403 errors which means no frontend commerce operation is happening on the storefront.
I tried adding the /api/graphql to the CSRF filter's exclude list and even removed the POST method from there.

After this I still 403 on GET request of /api/graphql and the following on POST request.

I am I missing some setting?
Note: on the sling servlet resolver config, I have added the /api/graphql but there is no change.

There is a query very similar to this on the groups but there is no response. So thought of raising it here.
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-cif-magento-on-publish/td-p/406870
Please let me know if I am missing something.