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
Describe the bug
When running the mailing dev server from within a docker container, intercepted emails are not redirected to the browser.
Related feature request: #496
To Reproduce
Steps to reproduce the behavior:
Build a NextJS project into a docker container with the node:latest image
Instead, the URL is not displayed in the browser and the logs from the terminal need to be checked to get the ID of the intercept/preview and the URL needs to be manually accessed via the browser.
I may require some additional configuration for my docker setup to forward browser redirects to the host browser - please advise!
Note that email intercepts work on my machine when running yarn mailing from the host OS, but I'm trying to build a more user-friendly devcontainer setup, hence the requirement to run mailing from within docker. Thanks!
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
sebhulse
changed the title
Intercepted emails are not redirected to the browser in dev environment
Intercepted emails are not redirected to the browser from a container
May 14, 2024
Describe the bug
When running the
mailing
dev server from within a docker container, intercepted emails are not redirected to the browser.Related feature request: #496
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Mailing should redirect the user to the email preview in the browser e.g. http://localhost:3883/intercepts/
Instead, the URL is not displayed in the browser and the logs from the terminal need to be checked to get the ID of the intercept/preview and the URL needs to be manually accessed via the browser.
I may require some additional configuration for my docker setup to forward browser redirects to the host browser - please advise!
Note that email intercepts work on my machine when running yarn mailing from the host OS, but I'm trying to build a more user-friendly devcontainer setup, hence the requirement to run mailing from within docker. Thanks!
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: