When a product is saved while Thumbs.db is present in the assets folder, the server will crash with an E_PERM error. This causes any future save/load requests to fail, and for the user who hit the save button, the editor will display the spinner endlessly without informing them that the request to the server failed.
Screenshots
Steps to reproduce
Copy the TCEI-IECT product from the dev server to the server/public folder on your machine.
Run the Express server.
Load the product in the editor.
Click save and notice that the E_PERM error appears in the Express server console.
Expected behavior
The save should be successful. If it's not, the user should be alerted that the request failed.
Description
When a product is saved while
Thumbs.db
is present in the assets folder, the server will crash with an E_PERM error. This causes any future save/load requests to fail, and for the user who hit the save button, the editor will display the spinner endlessly without informing them that the request to the server failed.Screenshots
Steps to reproduce
TCEI-IECT
product from the dev server to theserver/public
folder on your machine.Expected behavior
The save should be successful. If it's not, the user should be alerted that the request failed.
Actual behavior
Editor spins endlessly.