If you're using environment files, is your testing server environment called 'testing'? Laravel doesn't run filters on unit testing requests and I believe the environment is hard coded as 'testing' - if this is the case, try changing the environment name to 'staging'
Man! I have no words to thank you! Thank you so much! That was tha problem. Just changed the environment name to staging and everything started to work again!
Thank you so much!
[]s
jgrossi said: Just changed the environment name to staging and everything started to work again!
Well said! Had the same problem today and it worked as advertised. Thanks
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community