⚙️ Fixing “Internal Server Error Retry” on Plesk Extensions Page
Are you getting the "Internal Server Error Retry" message when trying to access the Extensions page in Plesk Panel?This issue is usually caused by cached data and can be resolved easily with a few SSH commands. 🛠️
🔧 Resolve the Issue via SSH
After connecting to your server via SSH with root privileges, run the following commands one by one:
Bash:
rm -rf /usr/local/psa/var/cache/https*
plesk db "delete from PersistentCache where events like '%catalog%'"
service sw-engine restart
✅ After executing these commands, you should be able to access the Plesk Extensions page without any errors.