Can't evaluate field CookieLifeTime in type interface {}

Hi there,

I’m new to gitea and just installed it with MySQL via docker by following the instruction in the documentation. I’ve created an administrator account and everything seems to work except for:

Site Administrator -> Configuration

where I get the following message:

template: admin/config:285:24: executing "admin/config" at <.SessionConfig.CookieLifeTime>: can't evaluate field CookieLifeTime in type interface {}

I thought it was related to setting the variable LOGIN_REMEMBER_DAYS but even after explicitly setting it to 7, I still get the error.

Any idea what might cause it?

Thanks.

Hello! This was recently fixed by https://github.com/go-gitea/gitea/pull/10078

Awesome, thanks, I updated the image and now it works. Am I allowed to mark this as closed?