From 22882835dc78828994e1974aa917080314e90338 Mon Sep 17 00:00:00 2001 From: Rajnish Dargan Date: Tue, 10 Dec 2024 19:49:57 +0530 Subject: [PATCH] Issue #PS-2775: feat - Capturing V1 Player Telemetry --- next.config.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 39fc17a..ccbb45b 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -115,6 +115,10 @@ const nextConfig = { source: routes.API.GENERAL.GENERIC_EDITOR, destination: `${PORTAL_BASE_URL}/:path*`, // Proxy to generic editor portal }, + { + source: '/sunbird-plugins/renderer/:path*', + destination: `${process.env.WORKSPACE_BASE_URL}/sunbird-plugins/renderer/:path*` + }, { source: "/app/telemetry", // Match telemetry route destination: `${process.env.WORKSPACE_BASE_URL}/api/telemetry`, // Redirect to telemetry proxy