login-flow
login-flow copied to clipboard
Localhost for other react apps is always redirecting to your homepage
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 it is likely the service worker. see https://github.com/mxstbr/login-flow/issues/34