edlaver / cloudflare-worker-partytown-shopify-app-proxy

A simple Cloudflare Worker to proxy Partytown libs and resolved urls for use with a Shopify app proxy
MIT License
8 stars 5 forks source link

debugging partytown implementation #3

Open Coru89 opened 3 weeks ago

Coru89 commented 3 weeks ago

Hello - I am trying to get this working. I have the worker deployed to cloudflare. I have my app proxy configured and my app installed to the store. I have my liquid added into theme.liquid.

I am not sure why I can't get this working. As soon as I change the disable party town flag to false, my GTM and analytics work and I have verified that in GA + GTM respectivley. When I enable partytown with the liquid var, no bueno. Cloudflare shows my worker getting requests.

When I try to use the GTM test tool to test my tags (when party town is enabled) I get this: image

otherwise i dont seem to get any errors, but I am no registering any tag fires in GTM not will I appear as a real time user in GA.

image

Any ideas what I might be missing? What additional info can I provide to help troubleshoot?

I am using a shopify development store.

edlaver commented 2 weeks ago

Hey Corey, sorry, this dropped off my radar.

Are you still having issues?

Have you set the Partytown debug mode to true, that might output some additional info in the console log?

Coru89 commented 1 week ago

Hey! thanks for the response, I resolved these issues simply by using a later version of the Partytown library compared to the one you had included in the repo. +)