Summary
On MODX3 - 3.1.1 the image browse button in TinyMCE has suddenly broken
Step to reproduce
Try to insert an image using TinyMCE, the browser window does not open.
Observed behavior
You can see here the line causing the problem, it’s when the URL parameter is formed to be sent to the function to open the browser window. It’s unclear to me how long this has been a problem as the site isn’t updated frequently with images.
Expected behavior
I guess the MODx.action[“browser”] variable has not been set.
Environment
MODX 3 - 3.1.1 NGINX, MySQL 8.x - latest Chrome Firefox.
So I guess the question here is where does MODx.action[“browser”] get set. Do I have a missing system setting?