-
Notifications
You must be signed in to change notification settings - Fork 238
[Bug]: Error on simple application #1637
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
Comments
@neroita , we tried reproducing this issue on our end but couldn't. We are confuse about your this statement : "I've then move the table on other place but now when I click on the table a get: |
Now it crash also changing line on a table , i attach a video that explain more than words. |
@neroita , I have seen your attached video. The issue seems to be either with JS that you are running on Row click , or something else. Btw, what version you are using? It seems older. |
It's latest docker available on hub: lowcoderorg/lowcoder-ce:latest |
@neroita , the latest docket image is : lowcoderorg/lowcoder-ce:2.6.5 |
so the :latest tag is not updated ? |
I have update to lowcoderorg/lowcoder-ce:2.6.5 but have same issue. |
Is there an existing issue for this?
Current Behavior
Hi all ,
I've develop a really simple application with a datasource ( postgresql ) and a table that display data.
When I select a row on table other controls display data from that table using {{table1.selected.}}
I've then move the table on other place but now when I click on the table a get:
"Something went wrong while displaying this webpage" and send me back to app list.
Expected Behavior
Click on table to manage it with no error.
Steps to reproduce
I've try to export and reload but have the same issue , so load the app and click the table trow the error.
Environment
Docker lowcoder.
Additional Information
No response
The text was updated successfully, but these errors were encountered: