The plugin is executed twice
Hello.
I have the plugin (), which generates (or refreshes) a token. But it is executed twice: on the server and on the client. But I need the plugin start only once. If it was executed on the server, it should not be executed on the client.
But also I use SPA of this project for mobile app (Capacitor) and I can't to rename plugin to because in this case the plugin have to start on the client.
What are the appropriate options to solve my problem?
I have the plugin (), which generates (or refreshes) a token. But it is executed twice: on the server and on the client. But I need the plugin start only once. If it was executed on the server, it should not be executed on the client.
But also I use SPA of this project for mobile app (Capacitor) and I can't to rename plugin to because in this case the plugin have to start on the client.
What are the appropriate options to solve my problem?
