-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Labels
[Package][@php-wasm] Node[Package][@php-wasm] Web[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
Related to:
"[Playground CLI] explore why plugin files don't exist after mounting"
#2347
It appears that plugin symlinks are resolved by the primary PHP instance but then fail to be resolved within a secondary PHP instance.
Based on my tests, it looks like we can fix this by adding /internal/symlinks
to the ProxyFS path list (the list of FS paths proxied from secondary workers to the primary worker). But the first thing is to make a PR with a failing test. Then we can confirm a fix.
Metadata
Metadata
Assignees
Labels
[Package][@php-wasm] Node[Package][@php-wasm] Web[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended