Hi There
I am currently working my way through GitHub Dash Tutorial Book and am stuck on Chapter 5 (Chapter 5 - App Deployment — Dash Tutorial).
I am trying to deploy my App using Render, however I keep on getting a Status: Failed. I have taken a look at the log output, and I think (to my novice eyes) this is the error:
INFOAttributeError: ‘Flask’ object has no attribute ‘before_first_request’. Did you mean: ‘_got_first_request’?
I am using Dash 2.7.0 and Flask 2.2.5. I can’t seem to fix this error myself. I would appreciate it if anyone has any advice that might help me understand what is going wrong, and how I can fix it, to aid my learning journey
TIA