login-flow icon indicating copy to clipboard operation
login-flow copied to clipboard

Localhost for other react apps is always redirecting to your homepage

Open tnpriyanka12 opened this issue 6 years ago • 1 comments

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?

tnpriyanka12 avatar May 29 '18 12:05 tnpriyanka12

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

cdurth avatar May 29 '18 14:05 cdurth