How to make my project available online

when I try to sync my project on Pavlovia, and it aprrears the following error, how can I fix it?

Description of the problem:Traceback (most recent call last):
File “D:\PsychoPy\lib\site-packages\psychopy\app\coder\coder.py”, line 2820, in onPavloviaSync
pavlovia_ui.syncProject(parent=self, file=self.currentDoc.filename, project=self.project)
File “D:\PsychoPy\lib\site-packages\psychopy\app\pavlovia_ui\project.py”, line 759, in syncProject
if not session or not session.user:
File “D:\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 443, in user
self._user = User(self.gitlab.user.username)
File “D:\PsychoPy\lib\site-packages\psychopy\projects\pavlovia.py”, line 150, in init
assert ‘gitlabId’ in self.info, _translate(
AssertionError: Could not retrieve user info for user Mereth, server returned:
{}

Are you able to log into your account (Mereth?) on Pavlovia?

I tried to log into it using my email adress and it works! Thx for your reply~~