We have a repository group for Composer PHP libraries. Recently a new folder appeared in that repository group called p2
. Now when I try to run composer update
, I’m getting an error that a JSON file in the p2
folder is corrupt. Specifically
https://nexus.example.com/repository/composer-all could not be fully loaded (The "https://nexus.example.com/repository/composer-all/p2/example/input-filter.json" file could not be downloaded (HTTP/1.1 500 Internal Server Error)), package information was loaded from the local cache and may be out of date
I tried deleting the p2
folder, but it came back on its own, only this time with more corrupt JSON. What is this and how do I either fix it or get rid of it?