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
I ran the new file_server example with the --reload flag. There's a bug. When I click one of the file/dir name on the home page, the url becomes the absolute path of my OS, which leads to a 404 of that resource. In line 52 of file_server.ts, the absolute path is passed to the display function, making this error.
The text was updated successfully, but these errors were encountered:
I ran the new file_server example with the --reload flag. There's a bug. When I click one of the file/dir name on the home page, the url becomes the absolute path of my OS, which leads to a 404 of that resource. In line 52 of file_server.ts, the absolute path is passed to the display function, making this error.
The text was updated successfully, but these errors were encountered: