Uncaught Reference Error: webpackJsonp is not defined

Good afternoon, I have a problem with the password reset page, this page throws me the error of:
Uncaught ReferenceError: webpackJsonp is not defined
** at PasswordResetConfirmation.ae348c2796b9dbab8ea3.6031825c5310.js: 1**
ReactRenderer.73d0af1aecf98605639c.a348b2b3c6ad.js: 1 Uncaught ReferenceError: webpackJsonp is not defined
** at ReactRenderer.73d0af1aecf98605639c.a348b2b3c6ad.js: 1**
(index): 276 Uncaught ReferenceError: ReactRenderer is not defined
** at (index): 276**
The strange thing is that it worked well and suddenly stopped working. At the beginning I went to the Production server, then I tried the Development server and it worked and they had the same thing, but soon the Development server stopped working too.

Does anyone know the solution?

Excellent day.
Erick Estrada.

1 Like

Could it possibly because of assets ? I had one such error recently and updating assets and restarting the machine did the trick for me.

2 Likes