Hey there, Xano Gang. ๐ I just came across a very strange bug.
So, I'm building a rather complicated multilingual Webflow project that will be enriched with pre-processed CMS data.
One of the CMS will be the country collection:
(For reference)
โ
So I have developed this update mechanism. This successfully distinguishes whether a Xano DB entry should be created, updated or deleted within Webflow.
This works perfectly. For all languages except German?! ๐ฅจ๐ป
(Step 1: Distinguish whether something should be created, updated or deleted - this works)
โ
(Step 2: Loop over every single element that needs to be created and make an API call to Webflow - this works)
โ
(Step 3: Now edit the Xano DB country entry and change it with the Api results just obtained (_id & slug) - this works for all languages except German ( /Germany ))
โ
I wonder what it could be. Thanks in advance for looking into it. Greetings. <3