Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
1 answer
63 views

I’m integrating Microsoft Entra ID authentication using Auth.js / NextAuth v5 (beta) with Next.js 15, but after clicking Sign in, I get the following error screen: Access Denied You do not have ...
0 votes
1 answer
57 views

In our tests, we had several snapshots that included content wrapped in next/head. We had previously followed the below pattern for the mock, which allowed us to see all the header tags like meta, ...
0 votes
0 answers
26 views

Other similar questions didn't solve my problem. I have a route like: export default async function PromptListPage() { const prompts: PromptListItem[] = await fetchPromptsFromDB(); return ( &...
0 votes
0 answers
37 views

I'm developing an application using Next.js 15.5.0 with the App Router. My desired URL structure is: /[locale]/[workspace] (without a project) /[locale]/[workspace]/[project] (with a project) ...
0 votes
0 answers
15 views

I am currently using the Canary version of Next.js 15 to develop a project under the guidance of an instructor. I understand the general concept of using cacheTag to cache returned data. However, I am ...
1 vote
0 answers
67 views

I’m developing a TypeScript library that handles authentication using Axios. The library automatically refreshes tokens (access_token and refresh_token) and needs to save them in cookies so the user ...
0 votes
1 answer
79 views

Major issues I have a Next.js application that previously ran without issues on Vercel. However, upon deploying it to AWS Amplify, I encountered a 500 Internal Server Error. Based on the CloudWatch ...
0 votes
0 answers
454 views

I’m building a Next.js API route to connect with the OpenRouter Chat Completions API. For text-only messages, everything works fine. For images, sending them as image_url also works: content: [ { ...
0 votes
0 answers
42 views

I'm using Next.js 15.2.1 with the App Router. I noticed that when I navigate to a page, my loading.tsx file is not triggered, and neither is React Suspense, if the page makes an _rsc request. For ...
1 vote
0 answers
135 views

I'm getting this error in NextJS (15.3.4) randomly while in dev mode, it often occurs when navigating from one page to another, but I can't seem to reproduce consistently. It seems like an issue with ...
0 votes
1 answer
85 views

Using Next.js (15.2.4), Clerk Auth, and trying to integrate Sanity as a CMS into the application. After installing Sanity and hitting /studio, this error appears: Error: Clerk: auth() was called, but ...
0 votes
0 answers
45 views

I'm working on creating a custom login and sign-up page using AWS Cognito with the SRP (Secure Remote Password) authentication flow. For handling the session, I’m using Auth.js (previously NextAuth), ...
1 vote
1 answer
128 views

The parent DOM element of the datagrid has an empty height [duplicate]

After I recently upgraded my MUI X packages. I see the following error: MUI X: useResizeContainer - The parent DOM element of the Data Grid has an empty height. Please make sure that this element has ...
0 votes
0 answers
207 views

I'm working with a Next.js 15 project using TypeScript, and I'm trying to properly configure eslint-plugin-import to work with path aliases (like @/), as well as import sorting and unresolved path ...
0 votes
0 answers
23 views

I have a application configuration page that would save certain parameters for the site in the .env. At this point point the application needs to be rebuilt, but I dont want to have to go the server ...

15 30 50 per page
1
2 3 4 5
...
7

AltStyle によって変換されたページ (->オリジナル) /