Hello guys!!
I’m using quasar to build an application and I’m really enjoying it. The only problem I’m having is that sometimes I got duplicated requests to my server.
I don’t know how to trigger that or which component is causing it! All I know is that, sometimes, in random moments, my application starts to duplicate all the requests!
I can see the duplicates on the Network tab, and the most curious thing is that my server stores the duplicated date with the exactly same timestamp.
I’m sorry not giving you more information, code snippets or prints, the problem is that I really don’t know where to start and what to post here to give you more information 
This problem has became a really pain, I tried to search someone with a similar problem, but didn’t found anything.
The only thing I can think is that, for some reason, my application is duplicating listeners. I’m using modals with v-if, to render and hide modals when necessary, maybe some listeners of the modals are not being destroyed when the modal is gone… I don’t know…
Does anyone had this problem before or have some clue to help me with this?
Thank you very much!