225 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
57
views
How to expand the width of the post in the Sanity Studio structure tab?
How to expand the width of the post in the Sanity Studio structure tab, like pictured below? Github copilot is suggesting adding views([S.view.form().options({width: 'full'})]) but options isn't a ...
-1
votes
1
answer
149
views
How to handle dynamic form submissions in Sulu CMS with JSON or x-www-form-urlencoded?
I’m working on a Sulu CMS project. I was asked to use the FormBundle and HeadlessBundle to create a contact form accessible at /contact.
I’ve set up the form, template, and page in the Sulu Admin UI, ...
0
votes
1
answer
95
views
How to create a drupal multi select list that is populated by an external api?
I was following this guide but I think I'm having trouble understanding the scope of my requirement.
I am using drupal 11 and trying to create a content type, let's call it a Blog, with a title, ...
3
votes
1
answer
187
views
how customize usage of jwt authentication for woocommerce and wordpress api?
i want create a nextjs via headless woocommerce
how can i add jwt auth to some methods and endpoints and allow others publicly
for example i want restrict POST,DELETE,PUT methods for product and ...
-1
votes
2
answers
62
views
Applying CSS classes to RichTextblock in wagtails StreamField API Response
I am using wagtail in headless mode with tailwind/nextjs.
When i add RichTextBlock and choose h2,
In API response we get data as :
{
"type": "text",
"value": &...
-1
votes
1
answer
98
views
Headless cms with next js
How to create a site where changes made in the WordPress site automatically reflect in the Next.js site?
I searched everywhere on Google and YouTube but didn't get a positive response. I hope to ...
0
votes
1
answer
784
views
Customizing User Creation in Strapi
In Strapi, is it possible to have controllers for "users-permission" table?
in account creation, i want to create a username automatically.
i will create with user's name. I added this new ...
0
votes
0
answers
955
views
How to get data from a diffrent backend service through payload cms
I have some functionalities on a backend service "abc" running which returns me data on https://apigateway/abc?id=1, I want to get this data through payload cms whenever i hit an api https://...
0
votes
1
answer
124
views
Getting a Pre-Render error when trying to deploy to Vercel
I'm building a headless site that is using Wordpress as the cms. Using wpgraphql as a plugin. I'm running into a pre-render error/type error, when I try and upload my code to vercel. During the build ...
1
vote
1
answer
316
views
Dynamic Page Routing in Next.js 14 (app router) with WordPress as a Headless CMS
Could you please describe how page routing would be implemented in Next.js 14 using the App Router, considering the scenario where WordPress is employed as a headless CMS? This setup should ...
0
votes
1
answer
195
views
Error after Deploying strapi 4.23.0 to google app engine with postgres DB
I have been trying to deploy my strapi application to google app engine, but getting the below error after deployment in the error logs
Error: ENOENT: no such file or directory, mkdir '/workspace/.tmp'...
0
votes
2
answers
613
views
Having issues with Next.js' fetch API using App Router
Using: Next.js 14+ App Router
I am following this guide: https://wpengine.com/builders/next-js-13-and-wpgraphql-in-headless-wordpress/ to improve my skillset with Next.js/React.js.
My issue is that ...
0
votes
1
answer
906
views
The media files are not visible within the components when using Strapi API
I'm experiencing an issue with Strapi. I would greatly appreciate your help. Thank you.
I've prepared a component as you can see above, now I will show you the API response.
However, unfortunately, ...
0
votes
1
answer
536
views
404 Not Found Error on Custom Strapi v4 Endpoint For Search Functionality
Hello Stack Overflow Community,
In Strapi, I have a table with various entries, and within this table, there is a field named code that contains a randomly generated number. My main goal is to locate ...
0
votes
1
answer
353
views
Customize Strapi v4 Authentication
I've been working on a Strapi v4 project and would like to customize the authentication flow. Instead of using email as the primary identifier for logging in users, I intend to use a mobile number ...