vinkla/laravel-hashids

Local is working fine but on live i am getting error

javeedrahman opened this issue · 2 comments

I am getting following error

"message": "Argument 1 passed to GrahamCampbell\Manager\AbstractManager::makeConnection() must be of the type string, null given,

This is only one server.

Please help.

If it works locally but not on your production server then it is probably an issue with your server.

I have used this https://github.com/vinkla/hashids instead of laravel package.
core PHP is working fine.

Thank you @vinkla