Skip to content

[Bug]: Custom components not display while embed application #1598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
vrumyantsev898 opened this issue Mar 27, 2025 · 2 comments
Closed
1 task done

[Bug]: Custom components not display while embed application #1598

vrumyantsev898 opened this issue Mar 27, 2025 · 2 comments
Assignees
Labels
Bug Something isn't working Javascript Frontend Pull requests that update Javascript code

Comments

@vrumyantsev898
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Custom components not display while embed application
Little app with text and custom component:
Image
This app while embed
Image

Expected Behavior

Custom components load correct

Steps to reproduce

Create application
Add custom component
Embed application using iframe like this:

<iframe width="100%" height="100%" src="https://{host}/apps/{app_id}/view" frameborder="0" allowfullscreen="true"></iframe>

Environment

Lowcoder 2.6.4
docker images: api-service, node-service, frontend, mongo, redis
OS: Ubuntu 24.04.2 LTS

Additional Information

No response

@adnanqaops adnanqaops added Bug Something isn't working Javascript Frontend Pull requests that update Javascript code labels Mar 28, 2025
@adnanqaops adnanqaops moved this to 🆕 New in Lowcoder Mar 28, 2025
@adnanqaops
Copy link
Collaborator

This issue has been fixed, now. I have verified it on Cloud ( V2.6.5 ).
So, closing out this ticket.

@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Lowcoder Apr 7, 2025
@vrumyantsev898
Copy link
Author

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):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Javascript Frontend Pull requests that update Javascript code
Projects
Status: Done
Development

No branches or pull requests

3 participants