After deploying my App on the production server - GitLab/Docker. I get the following error:
ERROR Error: No provider for t!
at C (vendor.32b03a44e7dc21762830.bundle.js:1)
at k (vendor.32b03a44e7dc21762830.bundle.js:1)
at t._throwOrNull (vendor.32b03a44e7dc21762830.bundle.js:1)
at t._getByKeyDefault (vendor.32b03a44e7dc21762830.bundle.js:1)
at t._getByKey (vendor.32b03a44e7dc21762830.bundle.js:1)
at t.get (vendor.32b03a44e7dc21762830.bundle.js:1)
at je (vendor.32b03a44e7dc21762830.bundle.js:1)
at t.get (vendor.32b03a44e7dc21762830.bundle.js:1)
at dn (vendor.32b03a44e7dc21762830.bundle.js:1)
at pn (vendor.32b03a44e7dc21762830.bundle.js:1)
I believe that such errors were/are posted here on the platform, but they affect totally other features. To be honest, I just can't find the solution for my issue. The strange behavior is that the app was working a fine couple of minutes ago, but suddenly when I called the page once more, I can't load the app because of the mentioned error.
The point is that I even can't localize the affected file, component or module. I even don't know and understand the error!
Any Hint other idea please how to fix this?