walkinlogic / design_app

Frappe Framework design/Theme app
Other
13 stars 11 forks source link

Frontend not rendering fully - jinja2.exceptions.TemplateNotFound: templates/includes/app_analytics/mixpanel_analytics.html #2

Open ncc-social opened 5 months ago

ncc-social commented 5 months ago

After installing the design_app, I was able to go to the login page and login.

The homepage doesn't display

image

Traceback (most recent call last): File "apps/frappe/frappe/utils/jinja.py", line 97, in render_template return get_jenv().from_string(template).render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "env/lib/python3.11/site-packages/jinja2/environment.py", line 1301, in render self.environment.handle_exception() File "env/lib/python3.11/site-packages/jinja2/environment.py", line 936, in handle_exception raise rewrite_traceback_stack(source=source) File "