deislabs / wagi

Write HTTP handlers in WebAssembly with a minimal amount of work
Apache License 2.0
889 stars 44 forks source link

File serving is not working #102

Closed itowlson closed 3 years ago

itowlson commented 3 years ago

The static fileserver demo (wagi-fileserver) is returning 500 errors for all paths under static. This appears to be a recent issue e.g. it works on commit da17547f014bf7ec073e8fe43e2da96d1373610c (PR 96).

technosophos commented 3 years ago

Is this still a problem, or did my fix to the filserver a few weeks ago fix this issue as well?

technosophos commented 3 years ago

Okay, so I have tested this and it seems to have been fixed in the last few iterations. I am marking this as closed. Let me know if there is something I missed