Hi! I just tried to create my 3rd sst app with see...
# seed
d
Hi! I just tried to create my 3rd sst app with seed - but I always get this error: is there currently a problem with Gitlab repos?
f
I’m experiencing the same problem
f
Hey @Dominik Seibold I’m getting the team to take a look!
@Fabian Ehringer, are you trying to add a GitLab app as well?
f
yes. I tried with 2 different repositories. one of them already worked in the past
that’s the network error I get. maybe that helps
f
@Fabian Ehringer are you getting the error when pressing the “Add a New App” button?
We are getting a “403 Forbidden” error from GitLab when trying to create the callback hooks.
@Fabian Ehringer have you changed the permissions granted to Seed on the GitLab side any chance?
f
no. the seed account has developer permissions for all projects in the group
I just tried revoking the seed access in the gitlab account and authorising it again. still the same error…
f
I see.. looking into this rn
I will keep you posted
f
thank you
@Frank After changing the role of my gitlab account from
Developer
to
Maintainer
everything works again. Apparently something changed here either on Gitlab or in Seed, because the
Developer
role was enough in the past.
f
@Fabian Ehringer, thanks for the update!
Tried a bunch of things… was just about to go create a new GitLab account to try it.
Let me take a look into it.
@Fabian Ehringer you are right! You need to be a
Maintainer
or
Owner
to be able to configure the repository hooks - https://docs.gitlab.com/ee/user/permissions.html#project-members-permissions
d
thanks guys! Now it’s working! 💪
f
I think there might be some changes to the GitLab’s permission system as this permission page was not there in the previous version of GitLab’s doc
Anyhow, I just pushed out a fix to catch for this specific permission error and display a friendly error message asking you to double check if you are either a
Maintainer
or
Owner
.
@Dominik Seibold Nice!
f
Perfect. Thanks for the help!