Fix: MongoDB Compass Community not building#542
Fix: MongoDB Compass Community not building#542anan474 wants to merge 2 commits intoAppImageCommunity:masterfrom
Conversation
|
The thing is, how am I supposed to know, from a trust perspective, that https://api.github.com/repos/mongodb-js/ equals https://www.mongodb.com/download-center/compass? |
|
Well, sure, how about https://www.mongodb.com/docs/compass/current/page-data/install/page-data.json from XHR request in https://www.mongodb.com/docs/compass/current/install/ page ? We can get the download link as provided in the download page like this : which return : I have build the AppImage with this and it work Ok. ps. I have checked the mongodb compass repository and while I can put the url pattern for their internal update checking url here I can't find the correct API endpoint url. |
The current recipes try to get latest version from dead link and failed, fixing it by fetching from MongoDB Compass github release instead.