Can not Login in Dev Mode
Hi All & @MacKentoch
First of all i would like to thank you for sharing this great source code. While using this project, I am seeing the issue in Login page, after press Login button. The screen not routed into / as I expected after seeing in the code (Login.js)
I traced the code in Login.js, I saw the error around this line code :
const response = await logUserIfNeeded(email, password);
Is logUserIfNeeded returned an action, not a Promise?
I am so sorry if my seeing is not correct. Because I just started learn ReactJS in 2 weeks.
I am looking forward to hearing from you soon. Thank you so much for your help and support.
Did anybody solve this issue?
I will soon upgrade the toolchain (webpack 4, dynamic imports...) so I will fix all innrhe same time.
Thank MacKentoch.
@MacKentoch: I'm a starter in reactJS, I need your help in resolving an issue, i) I run npm run dev to build the app.bundle.js file it does sucessfully ii) Then npm start to run the application, I get the below error in console as i have added app.bundle.js in index.html file.
Uncaught SyntaxError: Unexpected token < in app.bundle.js
I want to deploy this application to run via apache.
please help me out.
Thanks