Closed (fixed)
Project:
MJML Preview
Version:
1.0.0-alpha1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2025 at 17:39 UTC
Updated:
23 Jan 2026 at 11:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
shubham_pareek_19 commentedI was able to reproduce this locally. When the module is enabled and a valid node ID is used (for example /mjml_preview/render/1), the route is resolved correctly, but if the MJML API credentials are not configured yet, the request results in “The website encountered an unexpected error.”
This is not a 404 or routing issue—the controller is reached and fails due to missing configuration. Handling this case more gracefully (for example by hiding local tasks or returning a clean response when MJML is not configured) would improve the user experience on fresh installs.
please update issue summary.
Comment #3
shank115 commentedThis patch hides MJML Preview and Download tabs until MJML is configured.
Comment #5
prudloff commented