Open michaelitrockt opened 1 month ago
@michaelitrockt We found the reason for this issue, it is connected with the last changes in 2022. It affects multiple profiles and even companies, that had the profile status «incomplete» before we made the changes. This status no longer exists which causes the error.
The fix is a small one (1h) but in order to do so, we need to change all affected profiles to either «anonymous» or «public». We’d recommend to change all these profiles to «anonymous». Do you agree?
Describe the bug
Hi some regristred useres "Students" arn't be able to log in an Matchd.
Here is the bug report from th Student:
"Lieber Michael
Vielen Dank nochmals für den tollen Career&Cocktail-Event am Mittwochabend – es war wieder einmal super! :)
Wie versprochen melde ich mich mit dem Bug Report bezüglich meines (und meines Kollegen) Login-Problems. Ich habe bei mir die Responses der GraphQL-Requests angeschaut und bekomme Folgendes:
Erste Antwort: { "data": { "tokenAuth": { "success": true, "errors": null, "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImFkcmllbi56YXJhZGV6QGdtYWlsLmNvbSIsImV4cCI6MTcyNzY1MDA4MSwib3JpZ0lhdCI6MTcyNzU2MzY4MX0.qOjm31bqXUshU8FmhUGEm8Z_6Uc69jbvKZmqtkAKIis", "refreshToken": "8a8edee7a5b66a238b2d18e6c2f3353e6d3764a0", "user": { "firstName": "Adrien", "lastName": "Zaradez", "type": "STUDENT", "email": "adrien.zaradez@gmail.com", "typename": "UserNode" }, "typename": "ObtainJSONWebToken" } } }
Zweite Antwort: { "errors": [ { "message": "Enum 'ProfileState' cannot represent value: 'incomplete'", "locations": [ { "line": 118, "column": 3 } ], "path": [ "me", "student", "state" ] } ], "data": { "me": { "id": "VXNlcjo3NDc=", "firstName": "Adrien", "lastName": "Zaradez", "username": "adrien.zaradez@gmail.com", "email": "adrien.zaradez@gmail.com", "type": "STUDENT", "student": null, "employee": null, "company": null, "__typename": "User" } } }
Im Frontend selbst wird keine Fehlermeldung angezeigt – es passiert einfach nichts, und ich werde auch nicht weitergeleitet.
Ich hoffe, das hilft! Falls du weitere Infos benötigst, stehe ich gerne zur Verfügung.
Liebe Grüsse
Adrien Zaradez
Expected behavior The Users should be able to log in
Screenshots see above
Desktop (please complete the following information): he tested it on all browsers
Smartphone (please complete the following information): Smartphone and laptop
@chrigib could you estimate this topic?