Hi all,
I observe a strange behaviour after the latest v10.0.5 (Frappe) upgrade (from 10.0.3): when trying to log in (http://localhost:8000/login), the login form does not show up and the browser console reads TypeError: frappe.provide is not a function
I have tried to repeat the bench update
, it works without issues. Also, bench build
, bench update --requirements
and bench migrate
work without any issues, but the issue remains.
The system runs on Debian 9 in a development mode.
Any ideas what could be the issue?