API Call and cache problem

Hi,

I'm new to flutterflow and I've got issue with the query cache.

I've made an API in golang to retrieve a customer details and his associated pictures. A customer has a customerId as a unique Id and a pictures field to list all his associated pictures (url, title, ...).

With FF, I want to display my user details in a page and his pictures below. Everything works fine until I want to add a new picture.

I use "query caching" settings for my getUserDetails query with the param "unique Key" set to the customerId value.

When I upload a new picture for the first time, I manually force the cache to refresh calling "clear cache" and It works

The problem occurs when I want to upload a new picture, the "clear cache" doesn't work anymore.

What have I missed ? I've read the doc and watch many YT tutos but I really don't understand what I'm doing wrong.

Any help ?

Thansk a lot

Mikaël

2