I have my snap building and running when I install it locally, but when I try and upload it to the snapstore I get this:
2026-01-24 12:17:59.151 - all: Links must be http(s):// URLs.
What links is it looking at? When I grep for http and https I see occurrences of them.
This seems to be indicate the lack of such URLs.
Check the value of the following keys of your Snapcraft project file:
Ok will do! Will let you know if that addresses it
1 Like
It was the contact and issues mail links it didn’t like. Left only the https links and it uploads fine now. Many thanks for the suggestion…
1 Like
bepri
February 23, 2026, 9:19pm
5
I’ve created a feature request in Snapcraft to support email addresses moving forward, I believe there’s no reason for us to prevent those in some fields, such as contact: and issues:. Thanks, @MarisaG !
2 Likes