Troubleshooting
Follow this guide in case you are experiencing unexpected behaviour or facing some errors in the module work.
Expose Precognition headers for CORS
Since Laravel Precognition requires additional headers to be passed to the front-end application, make sure that you have configured exposed_headers
in your config/cors.php
on the Laravel side:
Other problems
Last updated