Skip to content

Commit

Permalink
add warnings in the aws and cloudflare docs regarding the limited win…
Browse files Browse the repository at this point in the history
…dows support
  • Loading branch information
dario-piotrowicz committed Jan 13, 2025
1 parent d534771 commit de4f3b8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/aws/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,19 @@ OpenNext aims to support all Next.js 14 features. Some features are work in prog

---

<Callout type='info'>

OpenNext can be used on Windows systems but Windows full support is not guaranteed because:
- historically the Next.js tooling itself has had Windows support issues
(and OpenNext is built on these tools)
- the OpenNext team has limited capacity and fully supporting Windows (given the point above)
has been determined to be a lower priority, thus the effort and testing on Windows is limited

Given the above, you can develop your application under Windows at your own risk. If you don't have an alternative we
recommend running OpenNext using [WSL2](https://learn.microsoft.com/en-us/windows/wsl/) or in a Linux Virtual Machine.

</Callout>

---

[Get started](/aws/get_started) with deploying your app with OpenNext and your favorite framework.
11 changes: 11 additions & 0 deletions pages/cloudflare/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ We will update the list as we progress towards releasing 1.0.

We welcome both contributions and feedback!

### Windows support

The OpenNext Cloudflare can be used on Windows systems but Windows full support is not guaranteed because:
- historically the Next.js tooling itself has had Windows support issues
(and OpenNext is built on these tools)
- the OpenNext team has limited capacity and fully supporting Windows (given the point above)
has been determined to be a lower priority, thus the effort and testing on Windows is limited

Given the above, you can develop your application under Windows at your own risk. If you don't have an alternative we
recommend running OpenNext using [WSL2](https://learn.microsoft.com/en-us/windows/wsl/) or in a Linux Virtual Machine.

### How @opennextjs/cloudflare Works

The OpenNext Cloudflare adapter works by taking the Next.js build output and transforming it, so that it can run in Cloudflare Workers.
Expand Down

0 comments on commit de4f3b8

Please sign in to comment.