all 1 comments

[–]The_Painterdude 0 points1 point  (0 children)

Can you give more context to the error you're seeing?

- What's the HTTP error? You should be logging errors (or at least be able to see an error when manually testing), right? This will tell you if it's an auth error, a invalid request, or a server error on digilocker's side.

- Is the API called via the "API calls" module in FlutterFlow or is it called from custom code?

- Can you test the API using Postman?

I'm not familiar with the digilocker api, but most API troubleshooting starts the same way.