url for media wrong: napcraft (missing s)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Snap Store Server |
High
|
Daniel Manrique |
Bug Description
the URL for medias is missing an S on staging. It's currently pointing to: https:/
$ curl "https:/
{
"id": "HzikIBbgkFxKAp
"name": "mattermost",
"result": {
"media": [
{
"height": null,
"type": "icon",
"url": "https:/
"width": null
}
]
},
"type": "charm"
}
Daniel Manrique (roadmr) wrote : | #1 |
Changed in snapstore-server: | |
assignee: | nobody → Daniel Manrique (roadmr) |
status: | New → Triaged |
importance: | Undecided → High |
Daniel Manrique (roadmr) wrote : | #2 |
update snap set media=jsonb_
Changed in snapstore-server: | |
status: | Triaged → Fix Released |
Sorry! A typo snuck in the config file for the importer on staging, and from there made its way into the database.
I'll try rerunning the import with the fix in place, if that doesn't help I'll need to tweak the database.