dogukanarslan / SWE574-Group-3

4 stars 0 forks source link

Badge Assignment Bug #105

Closed dogukanarslan closed 1 year ago

dogukanarslan commented 1 year ago

There is a bug related to Badge assigning on the system. Whenever the system tries to assign a badge to a user, Badge matching query does not exist. error occurs. This bug is reproduced on production environment

Note: Cause of this error is Badges table is not generated automatically and serializer can't access the related badge record.

image