Inquiry about released charm not being reachable

Hi!

I’ve recently released a new charm, saml-integrator, and I’m unable to navigate to it on charmhub. I’m getting a 404 when accessing https://charmhub.io/saml-integrator. Is this a change of the intended behaviour?

charmcraft status saml-integrator
Track    Base                  Channel    Version    Revision                                                                                       
latest   ubuntu 20.04 (amd64)  stable     -          -                                                                                              
                               candidate  -          -                                                                                              
                               beta       -          -                                                                                              
                               edge       5          5     

Thanks in advance for your help!

Hi,

I see the charm status as registered but not published, Could you check the output of your release command? maybe it failed in the release step?

Thanks.

Hi!

After some debugging and a bit of help from @maxiberta we found that there is a bug in how links are validated during upload. But during the release step, the links are validated but is considered a non-critical failure and the release proceeds. If this wasn’t the first release of the charm, we would have never catch it and the release would work, the only unexpected side-effect would be in the case of a stable release the metadata shown on the page will not be updated.

The contact link is not valid as it needs to be an email or a url with http/https scheme, uploading a version with that small change should fix this.

Hope this helps to unblock you.

Regards

That did the trick. Thank you!