Skip to content

Commit ae48e5c

Browse files
committed
ascending
1 parent a404448 commit ae48e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/open-next/src/http/openNextResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { parseCookies, parseHeaders } from "./util";
1414

1515
const SET_COOKIE_HEADER = "set-cookie";
1616
const CANNOT_BE_USED = "This cannot be used in OpenNext";
17-
const ERROR_CODES = [404, 500, 403, 401];
17+
const ERROR_CODES = [401, 403, 404, 500];
1818

1919
// We only need to implement the methods that are used by next.js
2020
export class OpenNextNodeResponse extends Transform implements ServerResponse {

0 commit comments

Comments
 (0)