Questions tagged [headless-cms]
234 questions
2
votes
2 answers
Headless Umbraco CMS with ASP .NET Core
we have an ASP .NET Core website and would like to use Umbraco. It is my understanding there is no .Net Core version of Umbraco, therefore we would need to use a headless integration. To do this, I will need to create web api's in my project,…

Primico
- 2,143
- 3
- 24
- 36
1
vote
1 answer
React Wordpress Apache Reloading Outside of Index -> Page Not Found
I've searched and searched and asked ChatGPT with no joy.
BLUF:
On my React headless CMS using bluehost apache wordpress as my backend, when I refresh a page that is not the root directory, i get a page not found error.
I've tried to modify my…

Bill Martin
- 13
- 3
1
vote
0 answers
Trying to deploy Strapi on Heroku with ClearDB unable to acquire connection
Required System information
Node.js version: v18.16.0
NPM version: v9.5.1
Strapi version: v4.11.0
Database:ClearDB
Operating system: macOS Monterey version 12.6.6
Is your project Javascript or Typescript:JS
Describe the bug
Trying to deploy Strapi…

Paul Matthew
- 11
- 1
1
vote
0 answers
Strapi upload API restrict file types
I am using strapi version v4.10.5. We are using strapi upload api (https://docs.strapi.io/dev-docs/plugins/upload) to upload files to media library. Is there any way to restrict the file types uploaded via this api.

SHENE
- 196
- 1
- 10
1
vote
1 answer
Dragging fields in CrafterCMS Studio
I'm currently teaching myself how to use a headless CMS (CrafterCMS) with Next.js.
I have the following simple content type in CrafterCMS studio (just a title and a text):
And the respective code:
export default async function TestPage() {
…

Miguelii
- 27
- 7
1
vote
1 answer
Repeatable fields across collections in Directus CMS
I'm currently using Directus CMS as a headless CMS. I've already created a collection which is effectively a single page on the website, a homepage in this case. I've created this page as a singleton object.
What I'm trying to achieve is to create…

Jude Fernandes
- 7,437
- 11
- 53
- 90
1
vote
2 answers
Directus Flow: Run custom function within a Flow
Good day everyone,
I am using the Docker version of Directus.
I have the following Flow:
- Cron Job > Read Data > Run Script
But I want to "Run Function" instead as "Run script" is limited and cannot "import" nor "require" external libraries on…

Viktor H. Morales
- 21
- 4
1
vote
1 answer
How to dynamically create pages using sanity and next js?
I just watched this video on youtube, where we can see that a preview of the page is being instantly dynamically generated within the studio, while the person is adding the components randomly from the dropdown and editing its content.
What I want…

Rockafella96
- 11
- 5
1
vote
2 answers
Can't build Gatsby project because of Wordpress post image. ERROR #85928. WpConnectionType.nodes expected
I just added a blog to my project built in Gatsby. It works fine on 'gatsby develop', but when I try to build it, I get an error. It seems to be related to Wordpress post's featured image.
Build log part from VSCode:
warn `isModuleDeclaration` has…

Castle Shield
- 11
- 3
1
vote
1 answer
Directus. Display Create view for two models at once. Autobind to a directus user
I'm absolutely new to Directus. Please advice what to read to implement this. I have two models: Application and ApplicationMark.
Application:
name
ApplicationMark
a value of [1,2,3,4,5] // a mark of application
application // an application that…

vogdb
- 4,669
- 3
- 27
- 29
1
vote
1 answer
Headless Next.js Wordpress `Site Address` change breaks saving a draft
I am currently building a headless Next.js wordpress application using Vercel's example.
Currently testing in a local environment at http://localhost:3000 for Next.js and http://wordpress.test for Wordpress.
So far it's working relatively well. I…

Hides
- 496
- 1
- 5
- 15
1
vote
1 answer
Hostinger & Vercel hosted on 1 domain
I have Wordpress hosted on Hostinger and a domain over there as well. I use the Hostinger setup as a headless cms and I have nextjs setup using WPGraphQL to query wordpress.
My question is, as i have a domain on Hostinger making my wordpress…

Robin Banks
- 95
- 6
1
vote
1 answer
Directus | Flows are not updating the Revision while creating a collection
I'm using Directus lastest version 9..
I have created a Data Model "Article" with title and Random_order field.
I have created a directus flow, which will update a random number into the field "Random order".
The feature is working fine…

Ananth
- 1,520
- 3
- 15
- 28
1
vote
0 answers
Render image data from directus
[UPDATE: SOLVED]
I am new to directus, I have problem in rendering image data from directus cloud api to my vue project.
How can I render UUID directus image? This is the json image
json image
and this is my vue app code