I’m new to Directus and I’m starting to feel like a noob. I’m trying to create a project with Vanilla JS and Directus. I have a shared hosting with cPanel and I can’t use Node.js. Before upgrading to a new type of hosting I would love to try to use Directus installed through Softaculous. Installation ..
Category : directus
I wrote this code to fetch some data using the JS SDK : directus.items(‘configuration’).read<TConfiguration>({ single: true }); This will generate a get query to /items/configuration/?single=true which returns an 404 Not Found error. The right end point is without a slash ‘/’ : /items/configuration?single=true I checked the documentation and I didn’t find a way to remove ..
all, I’m trying to create a statically generated multilingual website using Nuxt.js and Directus CMS, the website should have: A home page with products that a user can add to cart; A product page with more detailed info; A registration page where one can create his profile for easier orders and for getting info on ..
Recent Comments