Adin Hodovic
Adin Hodovic
Hey @nardoyala, hope you are too :)! No it makes sense to have the issue here. Does it work locally by changing the active variant index (forcing a specific variant...
> Thank you so much for your reply @adinhodovic. I checked these things you mentioned and apparently everything is ok. > > Everything works like a charm when I force...
@nardoyala Could you grab the cookie and it's value from your production server and insert it locally to your local running server and debug/print the request.google_optimize object after that?
> > request.google_optimize > > I copied the cookie in my local server and reloaded the page. This is what is showed when I print `request.google_optimize`: > > ```shell >...
IIRC you don't need to initialize the snippet, I believe that is for client side A/B testing. Did everything work locally without an override and with the cookie? I can't...
> > IIRC you don't need to initialize the snippet, I believe that is for client side A/B testing. Did everything work locally without an override and with the cookie?...
@nardoyala I understand now, this is clearly a bug. We've done most tests on multiple sites on non-landing pages (and probably the ones we did on landing pages were not...
> code looks like it should work `VALID_ACTIONS = ['opened', 'edited', 'synchronize'].freeze` > and then `return false if data['state'] != 'open' || !VALID_ACTIONS.include?(action)` ... I think the issue is `WEBHOOK_FILTER...
> Installed on kubernetes via the helm chart provided on this repo. > > I see the metrics endpoint also has hostname label. The thing with kubernetes is, the hostname...
> Hi! @adinhodovic > > I am not sure should I create a separate issue, but I would like to discuss your reply > > As you mentioned there is...