Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Bug]: /api/plugins/enterprise/branding 404 NOT_FOUND #1762

Open
Assignees
raheeliftikhar5adnanqaops
Labels
Awaiting ReleaseTicket is Dev Complete. Awaiting for the Release.Javascript FrontendPull requests that update Javascript code
@liborburda

Description

@liborburda

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When Lowcoder is deployed using Helm chart, 404 NOT_FOUND error appears in logs ofapi-service Pod when application is accessed.

Expected Behavior

No error appears in logs.

Steps to reproduce

  1. Createvalues-test.yaml file with following content:
global:  config:    workspaceMode: ENTERPRISEredis:  networkPolicy:    enabled: falsemongodb:  networkPolicy:    enabled: false  architecture: standalone  service:    nameOverride: "lowcoder-test-mongodb"ingress:  enabled: true  className: nginx-private  annotations:    cert-manager.io/cluster-issuer: letsencrypt  hosts:    - host: lowcoder-test.poc.<my-domain>.com      paths:        - path: /          pathType: ImplementationSpecific  tls:    - secretName: lowcoder-test-ingress-tls      hosts:        - lowcoder-test.poc.<my-domain>.com
  1. Deploy Application using Helm chart with following command:
cd deploy/helmhelm upgrade --install -n poc lowcoder-test . -f values-test.yaml
  1. Access Lowcoder in browser at URLhttps://lowcoder-test.poc.<my-domain>.com

  2. Check logs oflowcoder-test-api-service Pod (see the full logfilelowcoder-error.log attached)

lowcoder-error.log

Environment

$ kubectl versionClient Version: v1.33.1Kustomize Version: v5.6.0Server Version: v1.30.6+rke2r1
$ helm versionversion.BuildInfo{Version:"v3.17.3", GitCommit:"e4da49785aa6e6ee2b86efd5dd9e43400318262b", GitTreeState:"clean", GoVersion:"go1.24.2"}

Additional Information

Same behavior happens whenglobal.workspaceMode is set toSAAS.

The error does not seem to break any application functionality, but it clutters the logs since it is almost 500 lines long.

Metadata

Metadata

Labels

Awaiting ReleaseTicket is Dev Complete. Awaiting for the Release.Javascript FrontendPull requests that update Javascript code

Type

Projects

Status

👀 In review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp