diff --git a/pages/api/[...paths].ts b/pages/api/[...paths].ts index f5bfa5453..96ee396d5 100644 --- a/pages/api/[...paths].ts +++ b/pages/api/[...paths].ts @@ -64,6 +64,7 @@ export default async function handler( req: NextApiRequest, res: NextApiResponse ) { + console.log("Proxying request to backend"); const target = await getTargetURL(req); if (!target) {