When pinging the app with the GET method you get an error:
File "/Applications/ADDED/venv/clams/app-swt/lib/python3.10/site-packages/clams/app/__init__.py", line 338, in cast
assert isinstance(vs, list), f"Expected a list of values for key {k}, but got {vs} of type {type(vs)}"
AssertionError: Expected a list of values for key pretty, but got true of type <class 'str'>
Bug Description
When pinging the app with the GET method you get an error:
Reproduction steps
With any app running on localhost
Expected behavior
No response
Log output
No response
Screenshots
No response
Additional context
No response