Deploying multiple instances on the same domain leads to confusing stats. This is due to localStorage context being the same. i.e.
mypool.com/coin1/ -> poolui1
mypool.com/coin2/ -> poolui2
localStorage items should be stored/named per instance, someway, maybe pathStorage module could help.
Deploying multiple instances on the same domain leads to confusing stats. This is due to localStorage context being the same. i.e.
mypool.com/coin1/ -> poolui1
mypool.com/coin2/ -> poolui2
localStorage items should be stored/named per instance, someway, maybe pathStorage module could help.