You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/guides/platforms/nextjs.mdx
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,11 @@ title: "Next.js"
3
3
description: "How to get setup and deploy Jobs for your Next.js project"
4
4
---
5
5
6
-
You can write Jobs in your Next.js codebase and deploy to both serverless platforms and long-running servers.
7
-
8
-
## Supported platforms
9
-
10
-
We support all platforms because under-the-hood an API endpoint is used to run your Jobs.
6
+
<Snippetfile="long-running-coming-soon.mdx" />
11
7
12
8
## Initial setup
13
9
14
-
View our [Quick start guide](/documentation/quickstart) to get setup.
10
+
View our [Quick start guide](/documentation/quickstarts/nextjs) to get setup. Or [manual setup](/documentation/guides/manual/nextjs) if you'd prefer.
15
11
16
12
## Writing Jobs
17
13
@@ -93,7 +89,6 @@ export const config = {
93
89
};
94
90
```
95
91
96
-
97
92
### Known issues
98
93
99
-
*`Module parse failed: Identifier 'NextResponse' has already been declared .` This error is caused by version 13.4.4. For further information, please [visit](https://github.com/nextauthjs/next-auth/issues/7660)
94
+
-`Module parse failed: Identifier 'NextResponse' has already been declared .` This error is caused by version 13.4.4. For further information, please [visit](https://github.com/nextauthjs/next-auth/issues/7660)
0 commit comments