You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this exception and had to make sure it always returned {}:
File ".../python3.11/site-packages/datasette/app.py", line 1049, in render_template
assert isinstance(extra_vars, dict), "extra_vars is of type {}".format(
AssertionError: extra_vars is of type <class 'NoneType'>
Got this exception and had to make sure it always returned
{}: