Heroku Application Error code "H10 desc="App crashed" method=GET"

Please Help :frowning: I have researched for hours and days through different forms and documentation applying different solutions to get past this error on heroku but to no avail.

https://git.heroku.com/ty-one.git

Side notes: The Dajango application has been deployed to Heroku successfully with no errors. The database has been migrated to Heroku as well with no errors. But when I click on “Open App” get H10 Errors. After researching for hours and days and applying what i could understand i still get the same errors.

I will post my logs underneath this post

2020-05-24T22:37:44.000000+00:00 app[api]: Build started by user
2020-05-24T22:38:19.077028+00:00 app[api]: Deploy 31818fbe by user
2020-05-24T22:38:19.077028+00:00 app[api]: Release v26 created by user
2020-05-24T22:38:20.441160+00:00 heroku[web.1]: State changed from crashed to starting
2020-05-24T22:38:28.000000+00:00 app[api]: Build succeeded
2020-05-24T22:38:33.783567+00:00 heroku[web.1]: State changed from starting to crashed
2020-05-24T22:38:33.618678+00:00 app[web.1]: Traceback (most recent call last):
2020-05-24T22:38:33.618711+00:00 app[web.1]: File “/app/.heroku/python/bin/gunicorn”, line 8, in
2020-05-24T22:38:33.619047+00:00 app[web.1]: sys.exit(run())
2020-05-24T22:38:33.619106+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py”, line 58, in run
2020-05-24T22:38:33.619392+00:00 app[web.1]: WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
2020-05-24T22:38:33.619451+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/base.py”, line 228, in run
2020-05-24T22:38:33.619858+00:00 app[web.1]: super().run()
2020-05-24T22:38:33.619914+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/base.py”, line 72, in run
2020-05-24T22:38:33.620205+00:00 app[web.1]: Arbiter(self).run()
2020-05-24T22:38:33.620248+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py”, line 58, in init
2020-05-24T22:38:33.620567+00:00 app[web.1]: self.setup(app)
2020-05-24T22:38:33.620627+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py”, line 118, in setup
2020-05-24T22:38:33.620983+00:00 app[web.1]: self.app.wsgi()
2020-05-24T22:38:33.621024+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/base.py”, line 67, in wsgi
2020-05-24T22:38:33.621359+00:00 app[web.1]: self.callable = self.load()
2020-05-24T22:38:33.621402+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py”, line 49, in load
2020-05-24T22:38:33.621684+00:00 app[web.1]: return self.load_wsgiapp()
2020-05-24T22:38:33.621725+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py”, line 39, in load_wsgiapp
2020-05-24T22:38:33.621984+00:00 app[web.1]: return util.import_app(self.app_uri)
2020-05-24T22:38:33.622057+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/util.py”, line 358, in import_app
2020-05-24T22:38:33.622595+00:00 app[web.1]: mod = importlib.import_module(module)
2020-05-24T22:38:33.622629+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/importlib/init.py”, line 126, in import_module
2020-05-24T22:38:33.622952+00:00 app[web.1]: return _bootstrap._gcd_import(name[level:], package, level)
2020-05-24T22:38:33.622990+00:00 app[web.1]: File “”, line 994, in _gcd_import
2020-05-24T22:38:33.623326+00:00 app[web.1]: File “”, line 971, in _find_and_load
2020-05-24T22:38:33.623603+00:00 app[web.1]: File “”, line 955, in _find_and_load_unlocked
2020-05-24T22:38:33.623834+00:00 app[web.1]: File “”, line 665, in _load_unlocked
2020-05-24T22:38:33.624067+00:00 app[web.1]: File “”, line 678, in exec_module
2020-05-24T22:38:33.624332+00:00 app[web.1]: File “”, line 219, in _call_with_frames_removed
2020-05-24T22:38:33.624562+00:00 app[web.1]: File “/app/djecommerce/wsgi.py”, line 7, in
2020-05-24T22:38:33.624824+00:00 app[web.1]: application = get_wsgi_application()
2020-05-24T22:38:33.624861+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/django/core/wsgi.py”, line 12, in get_wsgi_application
2020-05-24T22:38:33.625130+00:00 app[web.1]: django.setup(set_prefix=False)
2020-05-24T22:38:33.625170+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/django/init.py”, line 19, in setup
2020-05-24T22:38:33.625405+00:00 app[web.1]: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
2020-05-24T22:38:33.625458+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/django/conf/init.py”, line 79, in getattr
2020-05-24T22:38:33.625749+00:00 app[web.1]: self._setup(name)
2020-05-24T22:38:33.625788+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/django/conf/init.py”, line 66, in _setup
2020-05-24T22:38:33.626093+00:00 app[web.1]: self._wrapped = Settings(settings_module)
2020-05-24T22:38:33.626133+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/django/conf/init.py”, line 176, in init
2020-05-24T22:38:33.626536+00:00 app[web.1]: raise ImproperlyConfigured(“The SECRET_KEY setting must not be empty.”)
2020-05-24T22:38:33.626595+00:00 app[web.1]: django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.
2020-05-24T22:41:04.704487+00:00 heroku[web.1]: State changed from crashed to starting
2020-05-24T22:41:13.160117+00:00 heroku[web.1]: State changed from starting to crashed
2020-05-24T22:41:13.063803+00:00 app[web.1]: Traceback (most recent call last):
2020-05-24T22:41:13.063829+00:00 app[web.1]: File “/app/.heroku/python/bin/gunicorn”, line 8, in
2020-05-24T22:41:13.063964+00:00 app[web.1]: sys.exit(run())
2020-05-24T22:41:13.063977+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py”, line 58, in run
2020-05-24T22:41:13.064094+00:00 app[web.1]: WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
2020-05-24T22:41:13.064097+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/base.py”, line 228, in run
2020-05-24T22:41:13.064261+00:00 app[web.1]: super().run()
2020-05-24T22:41:13.064263+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/base.py”, line 72, in run
2020-05-24T22:41:13.064383+00:00 app[web.1]: Arbiter(self).run()
2020-05-24T22:41:13.064385+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py”, line 58, in init
2020-05-24T22:41:13.064513+00:00 app[web.1]: self.setup(app)
2020-05-24T22:41:13.064515+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py”, line 118, in setup
2020-05-24T22:41:13.064648+00:00 app[web.1]: self.app.wsgi()
2020-05-24T22:41:13.064648+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/base.py”, line 67, in wsgi
2020-05-24T22:41:13.064781+00:00 app[web.1]: self.callable = self.load()
2020-05-24T22:41:13.064782+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py”, line 49, in load
2020-05-24T22:41:13.064881+00:00 app[web.1]: return self.load_wsgiapp()
2020-05-24T22:41:13.064882+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py”, line 39, in load_wsgiapp
2020-05-24T22:41:13.064983+00:00 app[web.1]: return util.import_app(self.app_uri)
2020-05-24T22:41:13.064985+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/gunicorn/util.py”, line 358, in import_app
2020-05-24T22:41:13.065190+00:00 app[web.1]: mod = importlib.import_module(module)
2020-05-24T22:41:13.065190+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/importlib/init.py”, line 126, in import_module
2020-05-24T22:41:13.065322+00:00 app[web.1]: return _bootstrap._gcd_import(name[level:], package, level)
2020-05-24T22:41:13.065324+00:00 app[web.1]: File “”, line 994, in _gcd_import
2020-05-24T22:41:13.065452+00:00 app[web.1]: File “”, line 971, in _find_and_load
2020-05-24T22:41:13.065538+00:00 app[web.1]: File “”, line 955, in _find_and_load_unlocked
2020-05-24T22:41:13.065610+00:00 app[web.1]: File “”, line 665, in _load_unlocked
2020-05-24T22:41:13.065687+00:00 app[web.1]: File “”, line 678, in exec_module
2020-05-24T22:41:13.065782+00:00 app[web.1]: File “”, line 219, in _call_with_frames_removed
2020-05-24T22:41:13.065860+00:00 app[web.1]: File “/app/djecommerce/wsgi.py”, line 7, in
2020-05-24T22:41:13.065957+00:00 app[web.1]: application = get_wsgi_application()
2020-05-24T22:41:13.065958+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/django/core/wsgi.py”, line 12, in get_wsgi_application
2020-05-24T22:41:13.066079+00:00 app[web.1]: django.setup(set_prefix=False)
2020-05-24T22:41:13.066079+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/django/init.py”, line 19, in setup
2020-05-24T22:41:13.066164+00:00 app[web.1]: configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
2020-05-24T22:41:13.066165+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/django/conf/init.py”, line 79, in getattr
2020-05-24T22:41:13.066289+00:00 app[web.1]: self._setup(name)
2020-05-24T22:41:13.066289+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/django/conf/init.py”, line 66, in _setup
2020-05-24T22:41:13.066474+00:00 app[web.1]: self._wrapped = Settings(settings_module)
2020-05-24T22:41:13.066474+00:00 app[web.1]: File “/app/.heroku/python/lib/python3.6/site-packages/django/conf/init.py”, line 176, in init
2020-05-24T22:41:13.066552+00:00 app[web.1]: raise ImproperlyConfigured(“The SECRET_KEY setting must not be empty.”)
2020-05-24T22:41:13.066573+00:00 app[web.1]: django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.
2020-05-24T22:43:34.356556+00:00 heroku[router]: at=error code=H10 desc=“App crashed” method=GET path="/" host=ty-one.herokuapp.com request_id=519a593f-3eac-4390-bc79-db0af05f5629 fwd=“107.221.209.255” dyno= connect= service= status=503 bytes= protocol=https
2020-05-24T22:43:34.737033+00:00 heroku[router]: at=error code=H10 desc=“App crashed” method=GET path="/favicon.ico" host=ty-one.herokuapp.com request_id=1c017bbe-733d-47d0-901d-a33029ecbd80 fwd=“107.221.209.255” dyno= connect= service= status=503 bytes= protocol=https

Also the for the Error “SECRET_KEY setting must not be empty”.
Im not sure why i keep getting that error because the Secret_Key field is not empty and never has been. The Secret key is stored in an “.env” file