I followed the following steps to deploy the application:
npm install
npm run dev
My Environment details:
When I try to access localhost:3000 I get redirected to the login page, and there after successful authentication, the application keeps redirecting between "Wait..login in process" and a black screen that says "Connected to BrowserSync" and then changes to "Disconnected from BrowserSync". And back to the "Wait...login in process" screen.
Can you please help me understand what might be the issue and how can I resolve it?
P.S: Someone suggested to use http://admin-local.topcoder-dev.com:3000/ to access the app but for me it keep saying "Cannot connect to admin-local.topcoder-dev.com:3000"
I followed the following steps to deploy the application:
npm installnpm run devMy Environment details:
When I try to access
localhost:3000I get redirected to the login page, and there after successful authentication, the application keeps redirecting between "Wait..login in process" and a black screen that says "Connected to BrowserSync" and then changes to "Disconnected from BrowserSync". And back to the "Wait...login in process" screen.Can you please help me understand what might be the issue and how can I resolve it?
P.S: Someone suggested to use
http://admin-local.topcoder-dev.com:3000/to access the app but for me it keep saying "Cannot connect to admin-local.topcoder-dev.com:3000"