Skip to content
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

[Bug]: docker problems lowcoderorg/lowcoder-ce:latest #822

Open
1 task done
killiampm opened this issue Apr 22, 2024 · 2 comments
Open
1 task done

[Bug]: docker problems lowcoderorg/lowcoder-ce:latest #822

killiampm opened this issue Apr 22, 2024 · 2 comments

Comments

@killiampm
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Good Moorning,

I am using the last lowcoderorg/lowcoder-ce:latest, that has been updated today... I have been using the previous versions since the update of the docker image, i have notice the following things:

  • All the environment is slower in general
  • the UI language has been change to german, and i am not able to change to english
  • all the queries SQL and Javascript doesn´t fine (i mean i have several queries to run when the apps loads, none of the them is running when the apps loads)
    -JScripts is also not working as expected

I have just download to previous version.

Expected Behavior

The expected behaviour is that the SQL and Jscript queries, I think is that the SQL and JS scripts should run the same as in the previous version

Steps to reproduce

Just download the docker image, and run, i you will notice

Environment

No response

Additional Information

The YAML used to configure the stack is the following:

version: "3"
services:

Start Lowcoder (all-in-one)

lowcoder-api-service:
image: lowcoderorg/lowcoder-ce:latest
container_name: lowcoder
ports:
- "3000:3000"
- "3443:3443"
# - "27017:27017"
environment:
# enable services
LOWCODER_REDIS_ENABLED: "true"
LOWCODER_MONGODB_ENABLED: "true"
#
# Set LOWCODER_MONGODB_EXPOSED to "true" and uncomment mongodb port
# to make internal mongo database accessible from host
#
LOWCODER_MONGODB_EXPOSED: "false"
LOWCODER_API_SERVICE_ENABLED: "true"
LOWCODER_NODE_SERVICE_ENABLED: "true"
LOWCODER_FRONTEND_ENABLED: "true"
# generic parameters
LOWCODER_PUID: "1000"
LOWCODER_PGID: "1000"
# api-service parameters
LOWCODER_MAX_ORGS_PER_USER: 100
LOWCODER_MAX_MEMBERS_PER_ORG: 1000
LOWCODER_MAX_GROUPS_PER_ORG: 100
LOWCODER_MAX_APPS_PER_ORG: 1000
LOWCODER_MAX_DEVELOPERS: 50
#LOWCODER_MONGODB_URL: "mongodb://lowcoder:secret123@mongodb/lowcoder?authSource=admin"
LOWCODER_MONGODB_URL: "mongodb://localhost:27017/lowcoder?authSource=admin"
LOWCODER_REDIS_URL: "redis://localhost:6379"
LOWCODER_EMAIL_SIGNUP_ENABLED: "true"
LOWCODER_EMAIL_AUTH_ENABLED: "true"
LOWCODER_CREATE_WORKSPACE_ON_SIGNUP: "true"
#
# ! PLEASE CHANGE THESE TO SOMETHING UNIQUE !
#
# LOWCODER_DB_ENCRYPTION_PASSWORD and LOWCODER_DB_ENCRYPTION_SALT is used
# to encrypt sensitive data in database so it is important to change the defaults
#
LOWCODER_DB_ENCRYPTION_PASSWORD: "xxxxxxxxxxxxxxxxxxxx"
LOWCODER_DB_ENCRYPTION_SALT: "xxxxxxxxxxxxxxxxxxx"
LOWCODER_CORS_DOMAINS: "*"
#
# API-KEY secret - should be a string of at least 32 random characters
# - on linux/mac, generate one eg. with: head /dev/urandom | head -c 30 | shasum -a 256
#
LOWCODER_API_KEY_SECRET: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# api and node service parameters
LOWCODER_API_SERVICE_URL: "http://localhost:8080"
LOWCODER_NODE_SERVICE_URL: "http://localhost:6060"
# frontend parameters
LOWCODER_MAX_REQUEST_SIZE: 20m
LOWCODER_MAX_QUERY_TIMEOUT: 120
LOWCODER_WORKSPACE_MODE: SAAS

volumes:
  - /home/docker/lowcoder:/lowcoder-stacks
  - /home/docker/lowcoder/assets:/lowcoder/assets
restart: unless-stopped
@snowe2010
Copy link
Contributor

snowe2010 commented Apr 23, 2024

Apparently latest is actually dev. Try using the latest versioned tag instead, that worked for me.

@killiampm
Copy link
Author

yes i am using actually lowcoder-ce:2.3.1 and is working fine..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants