beyondcode/laravel-mailbox

Mailbox routes missing in production: Mailgun 404

1jason1 opened this issue · 1 comments

I need help, I'm stuck... I've used this package before and works great but today...

The issue im having is the routes, in development i see the route and it works. But on the production server the routes are not registered... ive cleared the routes, etc.. nothing.

Using the mailgun driver.

What could i be missing?
Larave: 10.44.0
PHP: 8.1.27
Mail: mailgun
Livewire: 3.3.5
Filament v3.2.34

This is the route list on dev, but route not there in prod.

route:list

POST       mailbox/mailgun/mime ............................. BeyondCode\Mailbox › MailgunController

Well... i had one of those 'cant see the forest cause of the trees' moments...

Just needed to set my .env = MAILBOX_DRIVER=mailgun 🤦🏼‍♂️