1st thing this new handout is different than previous which I’m seeing in video lectures and other discussions.
It has one bug that I resolved which is in db.py database name is hard-coded as 'mflix'
on line 52 due to which my test was failing, I replaced it with MFLIX_DB_NAME
variable.
Now the main problem is python run.py is showing blank screen for both URLs localhost:5000 and localhost:5000/status.
I inspect the code in browser, and console showed me this
Now this problem arise due to manifest.json is loading index.html content.
Next thing I have received completely different .js files in this handouts as I’m seeing in other posts.
My project structure:
One thing I noticed that in build/static/js folder 1.18f02ebe.chunk.js and main.a01f0687.chunk.js are blank and as that of in src/main/resources/build/static/js same files contain code.
I have taken this course yesterday and I need to complete 2 chapters by tomorrow. Please resolve this issue ASAP.