In the Glide dashoard URL, e.g. https://go.glideapps.com/o/k2OPPsFSqhpIfK0LslNV/
App ID:
In the Glide builder URL, e.g. https://go.glideapps.com/app/Wxsjut3HXWQSWC1lvNwG/layout
Description
I am using the Glide API to update my rows in Glide from Make.
Previously I have used the http module in Make but am now also testing the new Glide Module.
The problem is that the API does not always update my rows which is a real problem since I am using my app for verifying mobile payments with the swedish payment system Swish.
I have seen customers hanging without Glide knowing the status of the payment.
To verify functionallity I build e test app that triggers a webhook to Make and then waits 10 seconds for the data from Make to arrive.
Most of the time this works but sometimes it does not work at all!
I always see positive feedback from Make with 200OK from the http module and the updated rowID from the Make module.
This must be something in the Glide backend API.
You can repoduce this easy by using my test app here:
This is a serious problem since I need the API to be reliable to build business applications.
So the TEST app is now updated but requires login since I am editing the data in the user table, so please go ahead and try it out and then see what happends in the GLide backend when it fails.
You probably have to try some times to provoke the error.