From 5b0e21b1ea874c493ce3dfb799fed4a87b917a01 Mon Sep 17 00:00:00 2001 From: Thomasr Date: Tue, 7 Jan 2025 10:51:03 -0500 Subject: [PATCH] Fix chart loading issue --- .../java/org/lowcoder/api/npm/PrivateNpmRegistryController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/npm/PrivateNpmRegistryController.java b/server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/npm/PrivateNpmRegistryController.java index 5540a2e89..9e967605c 100644 --- a/server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/npm/PrivateNpmRegistryController.java +++ b/server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/npm/PrivateNpmRegistryController.java @@ -79,6 +79,7 @@ private Mono> forwardToNodeService(String applicationId .toEntity(Resource.class) .map(response -> ResponseEntity .status(response.getStatusCode()) + .headers(response.getHeaders()) .body(response.getBody()) ); })); pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy