From cd41540404a0661879c83ace2600252b4f6fa9d5 Mon Sep 17 00:00:00 2001 From: zhouyupeng <31718063+boborua@users.noreply.github.com> Date: Sat, 13 Jun 2026 00:44:41 +0800 Subject: [PATCH] Update proxy target URL for OIDC --- samples/Parcel/.proxyrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Parcel/.proxyrc.js b/samples/Parcel/.proxyrc.js index 5b32d16f6..e615cc3e3 100644 --- a/samples/Parcel/.proxyrc.js +++ b/samples/Parcel/.proxyrc.js @@ -4,7 +4,7 @@ module.exports = function (app) { app.use( "/oidc/", createProxyMiddleware({ - target: "http://localhost:15000/", + target: "http://localhost:15000/oidc", }) );