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/advanced-features/middleware.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,8 @@ export const config = {
50
50
}
51
51
```
52
52
53
+
> **Note** the `pageExtensions` config affects middleware as well, [see related documentation here](/docs/api-reference/next.config.js/custom-page-extensions.md).
54
+
53
55
## Matching Paths
54
56
55
57
Middleware will be invoked for **every route in your project**. The following is the execution order:
Copy file name to clipboardExpand all lines: examples/with-supabase-auth-realtime-db/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ The Vercel deployment will guide you through creating a Supabase account and pro
8
8
9
9
[](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-supabase-auth-realtime-db&project-name=nextjs-with-supabase-auth&repository-name=nextjs-with-supabase-auth&integration-ids=oac_jUduyjQgOyzev1fjrW83NYOv)
10
10
11
+
## Running Locally
12
+
13
+
1.`cd` into this directory
14
+
1. Run `npm install` to install dependencies
15
+
1. Create a Supabase account and new project
16
+
1. Copy `.env.local.example` into `.env.local` and add the project keys
17
+
1. Run `npm run dev` to start the local development server
18
+
11
19
## Feedback and issues
12
20
13
21
Please file feedback and issues over on the [Supabase GitHub org](https://github.com/supabase/supabase/issues/new/choose).
0 commit comments