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]: Data queries not working until app is published #1587

Open
1 task done
choxnox opened this issue Mar 20, 2025 · 2 comments
Open
1 task done

[Bug]: Data queries not working until app is published #1587

choxnox opened this issue Mar 20, 2025 · 2 comments

Comments

@choxnox
Copy link

choxnox commented Mar 20, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Data queries defined in the app are not working unless the app has been published.

Expected Behavior

Data queries defined in the app should still work even if the app has not been published for the first time.

OR

UI should warn the user to publish the app first before being able to run them manually from UI.

Steps to reproduce

  1. Create a new app
  2. From within the app create a DB query and set its execution to manual
  3. Run the query
  4. The query execution fails without any meaningful error message

Environment

Lowcoder (self-hosted via Docker): v2.6.3-"dev #8504731"

Additional Information

No response

@FalkWolsky
Copy link
Contributor

That would be truly a strange and new Bug. We will have a look!

@1DontEx1st
Copy link
Contributor

@choxnox you're going to want to include more details. I just tried to replicate this, and it worked as it should. My data source is a postgres DB running in a different container. and my query was a simple "select * from

".

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

3 participants