-
Notifications
You must be signed in to change notification settings - Fork 224
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
fix: troubleshooting #1877
fix: troubleshooting #1877
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
||
You could resolve the error response by doing one of the following: | ||
|
||
- [Server-side pagination](/build-apps/how-to-guides/Server-side-pagination-in-table): Allows you to manage and display large datasets within your application. It involves fetching and displaying only a portion of data from the server at a time, enhancing performance. | ||
|
||
- [Timeout Configuration](/connect-data/reference/query-settings): The Appsmith server has a default internal timeout of 60 seconds. If your queries take longer than this, you can set a value greater than 60 seconds. For self-hosted instances, you can set the `APPSMITH_SERVER_TIMEOUT` environment variable to a value greater than 60 seconds. For example, if you want a timeout of 80 seconds, use- `APPSMITH_SERVER_TIMEOUT=80`. | ||
|
||
|
||
### 504 gateway timeout |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added recently due to aforce queries? Are we moving this to some other page?
|
||
<Message | ||
messageContainerClassName="error" | ||
messageContent="Server logs - 'io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /172.17.0.1:3306'"></Message> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also this one. Didn't see this moved anywhere
## Checklist I have: - [X] run the content through Grammarly - [X] linked to sample apps when relevant - [X] added the meta description for each page in the PR - [X] minimized the callouts and added only when necessary - [X] added the `queryString` parameter to the Tabs (if used) - [X] masked PII in images. For example, login credentials, account details, and more - [X] added images only when necessary - [X] deleted the images that are no longer used for the updated pages in the PR - [X] followed the image file naming convention while renaming or adding new images. (Use lowercase letters, dashes between words, and be as descriptive as possible) - [X] used the `<figure/>` tag instead of a markdown representation for images - [X] added the `<figcaption/>` tag to add a caption to the image - [X] added the `alt` attribute in the `<img/>` tag - [X] verified and updated the cross-references or created redirect rules for the changed or removed content - [X] reviewed and applied the style changes for UI formatting. For example, Bold the UI elements(Buttons on screen) used in the doc. --------- Co-authored-by: danciaclara <[email protected]>
Checklist
I have:
queryString
parameter to the Tabs (if used)<figure/>
tag instead of a markdown representation for images<figcaption/>
tag to add a caption to the imagealt
attribute in the<img/>
tag