Closed nimelias closed 7 months ago
anything I need to know for reproducing this ?
I never had this issue, and I tried today.
i cannot setup a static dir server. feel free to close the issue.
btw trying the error i get is: scorper/src/scorper/http/streamserver.nim(105, 15) Error: undeclared field: 'path' for type urlly.Url:ObjectType
it happens when you run with nim c -r
instead of nimble c -r
, they may use different packages.
The same happens when in a route handler there is something like
await sleepAsync(5000)
and refresh page is requested.