-
Notifications
You must be signed in to change notification settings - Fork 368
Closed
Labels
[Feature] PHP.wasm[Priority] Low[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended[Type] Developer Experience
Description
This issue is very specific to using the Create Block Theme plugin on a WordPress Playground instance, so it could be that there needs to be a fix in that plugin instead/as well!
Create Block Theme allows you to add font files to your WordPress install. When I add a Google font in a Playground instance, I'm seeing the following error: wasm_popen: mode 'w' not supported (cmd: /usr/sbin/sendmail -t -i)!
I think this is because the 'w' mode is not supported by Playground WebAssembly implementation, or perhaps it's a permissions issue. I wondered if there was a possible fix for this or a way around this from the Create Block Theme side.
To reproduce:
- Install Create Block Theme on a WordPress Playground instance (example)
- Go to Appearance -> Manage Theme Fonts -> Add Google font button
- Select a Google font from the dropdown menu
- Select a font variant from the list of fonts
- Click the 'Add Google fonts to your theme' button
- You should see the above error
Metadata
Metadata
Assignees
Labels
[Feature] PHP.wasm[Priority] Low[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended[Type] Developer Experience