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

fix: troubleshooting #1877

Merged
merged 11 commits into from
Nov 21, 2023
Merged

fix: troubleshooting #1877

merged 11 commits into from
Nov 21, 2023

Conversation

Nikhil-Nandagopal
Copy link
Contributor

Checklist

I have:

  • run the content through Grammarly
  • linked to sample apps when relevant
  • added the meta description for each page in the PR
  • minimized the callouts and added only when necessary
  • added the queryString parameter to the Tabs (if used)
  • masked PII in images. For example, login credentials, account details, and more
  • added images only when necessary
  • deleted the images that are no longer used for the updated pages in the PR
  • followed the image file naming convention while renaming or adding new images. (Use lowercase letters, dashes between words, and be as descriptive as possible)
  • used the <figure/> tag instead of a markdown representation for images
  • added the <figcaption/> tag to add a caption to the image
  • added the alt attribute in the <img/> tag
  • verified and updated the cross-references or created redirect rules for the changed or removed content
  • reviewed and applied the style changes for UI formatting. For example, Bold the UI elements(Buttons on screen) used in the doc.

Copy link

vercel bot commented Nov 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appsmith-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 20, 2023 5:28pm


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
Copy link
Contributor

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>
Copy link
Contributor

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

@danciaclara danciaclara merged commit e922bcd into main Nov 21, 2023
@danciaclara danciaclara deleted the fix/concepts branch November 21, 2023 06:41
gugulet-hu-spreadai pushed a commit to spread-ai/docs-appsmith-fork that referenced this pull request Sep 30, 2024
## 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]>
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

Successfully merging this pull request may close these issues.

2 participants