mxstbr / login-flow

:key: A login/register flow built with React&Redux
https://loginflow.mxstbr.com
MIT License
1.6k stars 215 forks source link

Localhost for other react apps is always redirecting to your homepage #39

Open tnpriyanka12 opened 6 years ago

tnpriyanka12 commented 6 years ago

I had forked this project and run some tests. When i try to 'npm start' other projects , i get the following: ` Compiled successfully!

You can now view my-app in the browser.

Local: http://localhost:3000/ On Your Network: http://192.168.0.3:3000/

Note that the development build is not optimized. To create a production build, use yarn build. `

The first link which i use usually always directs to your login homepage. The second link is directing towards my desired project.

Any suggestions for this?

cdurth commented 6 years ago

@tnpriyanka12 it is likely the service worker. see https://github.com/mxstbr/login-flow/issues/34