Replies: 2 comments
|
it is a known problem for now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Environment
Reproduction
pnpm dsh web.http://127.0.0.1:3080.Actual behavior
The directory picker fails before the native dialog opens:
Screenshot: the Web UI shows the Chinese message
无法打开文件夹(Unable to open folder) with the samehost.pickDirectoryHTTP 403 transport failure.Expected behavior
The native directory picker should open for a loopback address.
Comparison
Opening the same local server through
http://localhost:3080works normally: the directory picker opens and a workspace can be selected.Both
127.0.0.1andlocalhostappear to be accepted loopback hosts, so this may be a host/origin trust-fence discrepancy. It would also help to documentlocalhost:3080as the recommended URL if this difference is intentional.All reactions