#11655·graphql

[Bug?]: Studio - Mailer Template Renderer not picking up installed Renderers (Windows/non-WSL)

Author: jacebensonCreated Oct 6, 2024Updated Jul 14, 2025
Labelsbug/needs-info

What's not working?

I'm trying to use the Redwood Studio to develop some email messages, and I came across this issue I mentioned in Discord.

I decided to try to recreate the issue in new setup and see if I can recreate it simply. It reproduces for me. I tried this with both JS and TS. Fails the same way.

The issue is I cannot pick the renderer in the Redwood Studio.

image

How do we reproduce the bug?

bash
yarn create redwood-app ./redwoodblog
# √ Select your preferred language · **JavaScript**
# √ Do you want to initialize a git repo? · **no** / Yes
# √ Do you want to run yarn install? · no / **Yes**
cd redwoodblog
yarn rw setup mailer
yarn rw build
yarn rw studio
# in a new terminal
yarn rw dev
# open the localhost:4318 and goto the Mailer Templates, you should see the issue

What's your environment? (If it applies)

bash
System:
    OS: Windows 11 10.0.22631
  Binaries:
    Node: 20.17.0 - ~\AppData\Local\Temp\\\xfs-47f42861\node.CMD
    Yarn: 4.4.0 - ~\AppData\Local\Temp\\\xfs-47f42861\yarn.CMD
  Browsers:
    Edge: Chromium (127.0.2651.74)
  npmPackages:
    @redwoodjs/core: 8.3.0 => 8.3.0
    @redwoodjs/project-config: 8.3.0 => 8.3.0
    @redwoodjs/realtime: 8.3.0 => 8.3.0
    @redwoodjs/studio: 12 => 12.0.0
  redwood.toml:
    [web]
      title = "Redwood App"
      port = 8910
      apiUrl = "/.redwood/functions" # You can customize graphql and dbauth urls individually too: see https://redwoodjs.com/docs/app-configuration-redwood-toml#api-paths
      includeEnvironmentVariables = [
        # Add any ENV vars that should be available to the web side to this array
        # See https://redwoodjs.com/docs/environment-variables#web
      ]
    [api]
      port = 8911
    [browser]
      open = true
    [notifications]
      versionUpdates = ["latest"]

Are you interested in working on this?

  • I'm interested in working on this