Hello,
After updating EspoCRM to version 9.3.0, I am unable to open the Detail View for some entity records (for example, SalesOrder). The page does not load properly.
In the browser console I see the following errors:

It seems that jQuery.js cannot be loaded from:
The server returns a 404 error, and then the UI crashes.
When I checked the file system, I noticed that the folder:
does not exist at all.
Some additional details:
After updating EspoCRM to version 9.3.0, I am unable to open the Detail View for some entity records (for example, SalesOrder). The page does not load properly.
In the browser console I see the following errors:
It seems that jQuery.js cannot be loaded from:
Code:
client/lib/transpiled/src/jQuery.js
The server returns a 404 error, and then the UI crashes.
When I checked the file system, I noticed that the folder:
Code:
client/lib/transpiled/
Some additional details:
- The issue happens only for certain entities (e.g. SalesOrder, Template).
- Other parts of the system work normally.
- Cache was cleared and rebuild was executed.
- The system was updated from 9.1.8 version to 9.3.0.

Comment