-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memberTagsHandler failing to synchronize tags #67
Comments
Hi @christoph-nimagna ,
If you can, sharing an obfuscated config file/values would be great. Thanks, |
We're using the extension for around half a year now.
The user gets created in Firebase through our application. This triggers the synchronization to create the same user in Mailchimp.
Which config file are you referring to?
Some of the tag fields may not exist when the user gets created. However, this is not an issue with the users where it actually works. |
Thanks for the details @christoph-nimagna . |
I realised the above comment doesn't hold, the version of the extension with @mailchimp/mailchimp_marketing integrated has not been released yet. Nevertheless, we will put in some retry functionality to allow Mailchimp API some time to process a new member before trying to update it. It would be nice if the error message is more specific, from googling around this could be from a few different things not existing. |
@barticus - this is now a couple of months old and still not working on our side. Do you have an update on this? |
Hi @christoph-nimagna , I have put in place the retry logic, unfortunately we've been having some challenges deploying the extension and we've been going through Firebase support but it has been a very slow process. There are a few fixes in that build I'm keen to get deployed. I followed up again with them today, hopefully I hear back soon 🤞 |
The retry functionality is in v0.5.4, currently sitting in "Sent for Review". Hopefully that helps with the resolution of this. |
v0.5.4 is now available on the extensions hub, let me know how it goes! |
@barticus - I just updated now and will check if the problem is resolved. That might take a while to see if we don't experience bad cases anymore. |
Hi @christoph-nimagna , thats fine, I'll leave this open for the moment, please let me know in the next week or two. |
@barticus - we didn't experience no issues any more. With that, let's close this issue. |
We have the firebase extension installed and set up (
mailchimp/[email protected]
).This morning, a new user signed up and was synchronized correctly to Mailchimp. However, the tags that were inserted with the initial user data were not synchronized to Mailchimp. Only a tag that was added later was synchronized.
The Firebase logs of the failing request show a
Error: The requested resource could not be found
with more details. They are attached below.downloaded-logs-20230526-134237.zip
Btw: There were other users signing up today, too. And in these cases, the integration worked flawlessly...
The text was updated successfully, but these errors were encountered: