Skip to main content
-1 votes
1 answer
82 views

I’m building a Radar chart in React using react-chartjs-2 and Chart.js v4. I want to disable the default black “point labels” (around the circle) because I’m drawing my own custom labels with a plugin....
user31857018's user avatar
0 votes
0 answers
53 views

I’m using the Next.js App Router and trying to understand how rendering type is decided. In my page, I have both generateStaticParams() and a server component that fetches data: export async function ...
Muhammad Faisal's user avatar
0 votes
0 answers
47 views

Problem Description: I have a Next.js / React product page where I tried to generate JSON-LD structured data for Google Rich Results like this: <script type="application/ld+json" ...
Ronald Lion's user avatar
0 votes
1 answer
53 views

Facing following issue with Next JS 13.4 version: It looks like you're trying to use tailwindcss directly as a PostCSS plugin. The PostCSS plugin has moved to a separate package, so to continue using ...
shandude's user avatar
0 votes
1 answer
44 views

i tried with copilot but still error Error: Failed to fetch data at fetchStrapiClient (rsc://React/Server/file:///home/ihsanu/projects/full_stack/Medusa/solace-medusa-starter/.next/server/chunks/ssr/%...
Ihsanu Rahman's user avatar
0 votes
0 answers
42 views

I want to show an alert dialog based on backend flag if user payment is failed/cancelled his subscription I have this layout which is under src/app/(routes)/(user) and all routes use it import { ...
steve123's user avatar
  • 417
0 votes
0 answers
17 views

I'm using AdonisJS v6 in API Mode with session authentication (auth.use('web')) and a Next.js frontend deployed on a different domain. Locally, logout works perfectly and returns JSON, but in ...
C0D3BREAK3R's user avatar
0 votes
0 answers
82 views

I have created a nextjs application and want to deploy it on IIS server. Referring multiple docs, I created the following dir structure under iis: Post deployment and testing in localhost of iis, I ...
Gautam Goyal's user avatar
0 votes
0 answers
44 views

I'm facing an issue with Next.js 15 where metadata defined in layout.tsx (using the Metadata API) is not included in the server-rendered HTML, causing social media crawlers (e.g., Twitter, Facebook) ...
Aayushmaan Soni's user avatar
0 votes
1 answer
66 views

How to set custom expiry time for jwt in next-auth, i want to setup the time based on remember me marked on the frontend, but when setting token.exp in jwt callback nothing happens, the token expiry ...
Zain Amjad's user avatar
0 votes
0 answers
29 views

I'm building an ecommerce site using Next.js App Router (v13+). About 80% of my pages are static and ideally should remain static for performance and caching benefits. However, when I fetch the user ...
abdelrhman hisham's user avatar
0 votes
1 answer
124 views

I'm trying to connect Prisma to a Supabase PostgreSQL database but keep getting P1001: Can't reach database server errors. Here's my setup: Environment OS: Windows 11 Tools: Prisma (+ Node.js), ...
Mohammed Bekele's user avatar
0 votes
1 answer
232 views

I am trying to add payloadcms/translations from payload to my cms written with payload cms and next, "@payloadcms/translations": "^3.42.0", "@payloadcms/ui": &...
JGarnie's user avatar
  • 624
0 votes
0 answers
65 views

I'm using Prisma with a NeonDB PostgreSQL database. When I run: npx prisma migrate dev --name add-base-model I get this error: Error: db error: ERROR: database "prisma_migrate_shadow_db_a190f3fb-...
That wolphin's user avatar
0 votes
0 answers
50 views

I am using Geoserver to serve multiband layer. This layer contains 12 bands one for each month (named Band1, Band2, Band3,...). I want to render data of only 1 band in my application. I am using ...
SHRESHTH TRIPATHI's user avatar

15 30 50 per page
1
2 3 4 5
192