Run into a problem setting up reverb for notification
Here the step i make
i change those in
filament.php
config it works perfectly on dev but on production i get this error
my .env is setup properly and from what is see the Echo instance is not properly construct
Here everything is set to null which result to this error
Did i miss any steps ?8 Replies
Is you env setup correctly in production?
As in, do you have an app key?
yes here it is
it's works outside filament with this setup
I assume these values are not empty in production?
yeah sure i just delete those
So something like this
for here but there are feed
yeah sure exactly just add the REVER_SERVER_HOST and PORT for traefik
Hmm not sure. The error suggests that the app key is not there. Maybe some config problem or setup issue? I assume everything is up-to-date
yup everything up to date whats weird is that it is instantiate properly outside filament