svsticky / constipated-koala

Management system for our study association
https://koala.svsticky.nl/
GNU General Public License v3.0
16 stars 4 forks source link

Sentry: @user is nil in the activity view (member side) #1000

Open Riscky opened 2 years ago

Riscky commented 2 years ago

In app/views/members/activities/partials/_view.html.haml at line 73, the following error is thrown: undefined methodlanguage' for nil:NilClass` (see sentry https://sentry.io/organizations/svsticky/issues/3254063897/?project=269109) Probably @user is just not brought in scope when the template is rendered.

Riscky commented 2 years ago

Probably @user is just not brought in scope when the template is rendered.

I looked into it, and this is not true. I don't really know how this is caused though, I hope it is just a fluke?