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
Hi again! I haven't dug into this one yet, but I figured I'd report it first. Evidently static_files isn't supported for the home page? eg this returns a 404:
OK so, sounds like this is a feature request to look for handlers with script and attach them to gunicorn, instead of making it the catch-all for all paths? Or we could keep that behavior and implement it as a true fallback instead, instead of overriding /?
sveneberth
pushed a commit
to sveneberth/app_server
that referenced
this issue
Apr 19, 2024
Hi again! I haven't dug into this one yet, but I figured I'd report it first. Evidently
static_files
isn't supported for the home page? eg this returns a 404:...but if you add any path to
url
, like this, it works.The text was updated successfully, but these errors were encountered: