-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Redirection on login broken #5
Comments
@timotanhong Hmm I couldn't get this to reproduce. But while I was testing I noticed that I had some changes I had not pushed to this branch (https://github.com/AnomalyInnovations/serverless-stack-demo-client/tree/redirect-on-login). Maybe that was causing the issue? Can you give it a try again and see if it makes a difference for you? |
@timotanhong please check |
I have similar problem and then when I try to render any notes TypeError: str.replace is not a function |
@anoora17 Can you post the issue on our forums - https://discourse.serverless-stack.com? |
The Redirection on login seems broken.
To reproduce
get a link of notes like :
http://localhost:3000/notes/1bbbcb50-5ca9-11e7-a06c-01d04c457710
logout
paste the link in browser and key in user name pass word to login.
After login will see the message :
proxyConsole.js:56 Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the Notes component.
The text was updated successfully, but these errors were encountered: