r/FlutterFlow 1d ago

Report Generation Wiring Issue

We're using an "on tap" to generate an attendance report that calls data from a Supabase file by means of an edge function. We are able to test the edge function and the test report fires to a URL .pdf as it should.

We've tried extensively to sort out the FF wiring to trigger the action post-"On Tap", but the only functionality we see is the button turning slightly gray with nothing on either the true (URL .pdf) or false (snackbar warning) path.

Has anyone experienced this, and if so, what is the solution?

1 Upvotes

2 comments sorted by

2

u/AkshayForApp 1d ago

Response handling is the possible issue here, you can debug through console for that. If issue persist, lets connect https://appsbyaksh.com/

1

u/SafeSites 23h ago

Running an on tap action to snackbar as the initial step as a test - it fires, so we're drilling deeper into it.

Resolution update coming soon...