I build and run the code using yarn.
When I run yarn serve, the homepage directly redirect to https://auth.acedata.cloud/
When I run yarn start, the homepage can be loaded but when I click login it still redirect to https://auth.acedata.cloud/
Is this the design of Nexior for deployment? I'd like to modify login page to add phantom wallet connection but it seems that I can't test it in my local environment easily.
I build and run the code using yarn.
When I run
yarn serve, the homepage directly redirect to https://auth.acedata.cloud/When I run
yarn start, the homepage can be loaded but when I click login it still redirect to https://auth.acedata.cloud/Is this the design of Nexior for deployment? I'd like to modify login page to add phantom wallet connection but it seems that I can't test it in my local environment easily.