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/content/guides/2.alokai-essentials/3.alokai-nuxt/3.install-middleware.md
+2-8
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,8 @@ The last step is to run the `middleware` application. In order to help you with
158
158
}
159
159
```
160
160
161
+
Let's start the app!
162
+
161
163
Now you can run the `middleware` application by running the following command from the root directory. Go to the root directory and run the following command:
162
164
163
165
```bash
@@ -168,14 +170,6 @@ This will start both the Nuxt application and the `middleware` application.
168
170
169
171

170
172
171
-
Let's start the app!
172
-
173
-
Open your terminal and run the following command:
174
-
175
-
```bash
176
-
npm run dev
177
-
```
178
-
179
173
To test if the `middleware` application is running correctly, open http://localhost:8181/sapcc/getProducts or run the following command in your terminal:
0 commit comments