Was running an Argon with 0.9.0, and it was working great triggering product webhooks and receiving responses from Ubidots. Upgraded the Argon to 1.2.0 beta.1, and despite the Argon publishing the webhook, it no longer receives webhook responses from Ubidots, so the Argon can’t send any data to Ubidots. I have a Particle.subscribe running on the Argon that is looking for the proper response from Ubidots when a webhook is sent. Using this subscribe, I have a small routine that will retry sending the Webhook up to 10 times (without overloading the publish limit), and changing no other things in code, after upgrading from 0.9.0 to 1.2.0 beta.1, the routine just keeps retrying the webhook to no avail.
When running a beta firmware version, is there a kind of provisioning in the Particle cloud API that isn’t available for product webhooks until the firmware is marked as stable and current? I’m thinking that there could be something happening behind the scenes that is making the published webhook “invisible” to Ubidots. Anyone else have any problems with product webhooks after upgrading firmware?