skip to Main Content

Javascript – Forbidden access error: following Directus SDK tutorial

I'm having trouble learning Directus SDK - loosely following: https://docs.directus.io/blog/building-a-personal-travel-journal-with-vue-js-and-directus.html#creating-a-journal-and-users-collection When I try to access data, I'm getting: GET http://127.0.0.1:8055/items/calibers 403 (Forbidden) I can access this from Chrome directly, just not the SDK. The details of the error in the…

VIEW QUESTION

Jquery – Laravel 11 Cors issue

I've configured my laravel 11 application to handle cors using the following cors.php file in the config dir <?php return [ 'paths' => ['*'], 'allowed_methods' => ['GET, POST, PUT, OPTIONS'], 'allowed_origins' => ['http://localhost:8082'], 'allowed_origins_patterns' => [], 'allowed_headers' => ['Origin, Content-Type,…

VIEW QUESTION
Back To Top
Search