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
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.