Invalid field name: is_first_startup

Hello Everyone!

I built a new ERPNext server and its been running fine for about a week now, but today I ran Bench Update and now i’m getting this error when trying to access the desk

Invalid field name: is_first_startup

Has anyone seen this before or knows how to fix it?

Thanks

Try bench_migrate and clear-cache after it completes. Maybe this might resolve the problem.

I’ve tried bench-migrate, and clear-cache but its still the same, i found something similar in the forum and also tried bench-migrate --skip-failing but still not letting me log in

Hi @KevinBrown, did you find the solution to fix that? I have the same problem after updating bench.

no sorry, i had to rebuild the whole server, i’m actually configuring it at the moment

I’m having the same problem, whats the solution to it?

The field was removed in a recent patch:
https://github.com/frappe/frappe/commit/116fe34e743d31297987b8283beba87568671502

I was getting the same error due to some python object caching, but it went away when I restarted supervisor.