Description:
While running Docker image, it closes within seconds and the error notified in the logs was " ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/opt/conda/lib/python3.10/site-packages/werkzeug/urls.py) "
Fix:
To fix this werkzeug's version need to be updated in the requirements.txt file.
Description: While running Docker image, it closes within seconds and the error notified in the logs was " ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/opt/conda/lib/python3.10/site-packages/werkzeug/urls.py) "
Fix: To fix this werkzeug's version need to be updated in the requirements.txt file.