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
Maybe trouble in this request it's always return 500 GET /api/npm/registry/none/lowcoder-comps
What does it means? response:
{
"code": 5000,
"message": "Oops! Service is busy, please try again later.",
"success": false
}
Docker logs of lowcoder-api-service:
lowcoder-api-service | 2025-04-07 12:39:39.315 ERROR o.l.api.framework.exception.GlobalExceptionHandler#lambda$doLog$9:175 GET /api/npm/registry/none/lowcoder-comps [reactor-http-epoll-4]:
lowcoder-api-service | org.springframework.web.reactive.function.client.WebClientResponseException$InternalServerError: 500 Internal Server Error from POST http://{host}:6060/node-service/api/npm/registry/lowcoder-comps
lowcoder-api-service | at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:318)
lowcoder-api-service | Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException:
lowcoder-api-service | Assembly trace from producer [reactor.core.publisher.MonoIgnoreThen] :
lowcoder-api-service | reactor.core.publisher.Mono.then
lowcoder-api-service | org.springframework.web.reactive.function.client.DefaultWebClient.releaseIfNotConsumed(DefaultWebClient.java:193)
lowcoder-api-service | Error has been observed at the following site(s):
Is there an existing issue for this?
Current Behavior
Custom components not display while embed application


Little app with text and custom component:
This app while embed
Expected Behavior
Custom components load correct
Steps to reproduce
Create application
<iframe width="100%" height="100%" src="https://{host}/apps/{app_id}/view" frameborder="0" allowfullscreen="true"></iframe>Add custom component
Embed application using iframe like this:
Environment
Lowcoder 2.6.4
docker images: api-service, node-service, frontend, mongo, redis
OS: Ubuntu 24.04.2 LTS
Additional Information
No response
The text was updated successfully, but these errors were encountered: