Hello,
I have duplicate API calls with Backend query (API Call type). I have the issue with old pages. If I create a new project and page, no issue (not sure).
For example :
I'm on my homePage
go to helloPage (with "API call") : 1 call to "/hello" : OK
go back to homePage : 1 call to "/hello" : WHY ?
go to helloPage : 2 calls to "/hello"
go back to homePage: 2 calls to "/hello"
go to helloPage : 3 calls to "/hello"
go back to homePage: 3 calls to "/hello"
....
Chrome Inspector after my example : 12 calls, normaly just need 3 calls
I think it's a bug, same on an other project. I don't want to recreate page from scratch to avoid this ๐
Thank a lot