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
The wisp.serve_static() function should decode the file path with uri.percent_decode so that it can serve files or paths with a space or other characters that are not allowed in a uri but are allowed in a file path.