kool share - Troubleshooting

Problem:

Laravel cannot access http resource over https

Answer:

In your App\Http\Middleware\TrustProxies.php make sure that the $proxies variable is as follows:

protected $proxies = '*';
  • Also make sure that if you are using laravel mix, use it accordingly.

This:

<script src="{{ mix('js/app.js') }}" type="text/javascript"></script>

Not This:

<script src="{{ asset('js/app.js') }}" type="text/javascript"></script>

Using it with asset might cause problems while using kool share.

kool.dev
By choosing "Accept all cookies" you agree to the use of cookies to help us provide you with a better user experience and to analyse website usage. Only the essential cookies are necessary for the proper functioning of our website and cannot be refused.
Check out our Cookie Policy and Privacy Policy for more information.