Do you mean gitlab or github? Are these theme components that worked before? It could be a spurious networking issue. Could the themes you’re accessing have been deleted or protected?
If they are public, you can share their URLs so other can try to access them.
Yes. And still working if installed from zip. Connecting to Gitlab from Discourse is the issue now.
No and no.
Sure. You can try Masonry Image Gallery — the link is in the first post.
I don’t know anything but I have a gut feeling that normalizing of url (or something similar) will change gitlab to github and that’s why repository is missing.
(Additionally, it seems like most actions that cause an error now when adding a repository give a popup with only the text “500 Server Error” instead of an actual error message)
Yes, that commit was meant to fix fetching from gitlab. I just tried it and I’m able to clone from gitlab repos now, both via SSH and via HTTP. Could you give more details on what exactly you’re doing that isn’t working?
I have seen this failing after updating to beta12 as well.
It seems like the URL format matters.
https://gitlab.com/silentboatman/discourse-masonry-image-gallery/ → error https://gitlab.com/silentboatman/discourse-masonry-image-gallery → error https://gitlab.com/silentboatman/discourse-masonry-image-gallery.git → works
That means that you will need to remove and re-add theme components that have one of the first two formats, and copy the configuration. But it would be pretty cool if those two formats would be supported out of the box as well.