Ben Katz

Results 9 comments of Ben Katz

Here's the updated code that worked for me. Need to capitalize `Token` instead of using `token` and make sure you use API_KEY and ACCESS_TOKEN in the right places - I...

@aldas it looks like you might have been the creator of the echo-jwt repo. Curious for your thoughts on this PR - did I miss anything or does this seem...

@aldas Ok, got it - thank you for the quick response. I still think an exception should be made in this case for the following reasons: - VSCode (I'm not...

Great work @huantt - your fix looks good to me so I've gone ahead and switched my project to use your version. Saved me time having to fork and modify...

@josegonzalez This sounds like something I ran into recently: 1. Restarted node 2. One app failed to start because its dependency hadn't started yet => nginx displayed a default page...

> Just a note, I'd also love to see this implemented too! For new features - which this is - I normally only work on them if: > > *...

EDIT: Read this first: https://github.com/maildev/maildev/issues/484#issuecomment-2166433388 Basically in docker-compose.yml you need to add this to `environment`: `- "MAILDEV_IP=::"` And in github actions, the syntax is different and needs to go under...

> Another workaround that I used was setting the `MAILDEV_IP` to `::` as stated in #486 > > Example: > > ``` > # Mail Catcher > maildev: > image:...

> Although the MAILDEV_IP: "::" did fix the health status of the container, maildev does not work anymore for me. I get: `MailDev webapp running at http://"::":1080/ node:events:492 throw er;...