-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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]: Learn more documentation on create datasource takes us to basic application setup documentation page #30169
Comments
@sneha122 can you fix this? It should go to the respective datasource page |
@Nikhil-Nandagopal Yes I will take this up |
this has regressed further: https://theappsmith.slack.com/archives/C040LHZN03V/p1710834929148849 |
Adding to the above comment, lets ensure we check the click functionality on different browsers. On Arc and firefox, it is opening 2 tabs - one of which is blank. |
As per the code written in the client side, the open documentation codebase is not specific to each plugin. It is a single piece of code which can take in a common link to the documentation for all plugins. Ref: appsmith/app/client/src/pages/Editor/DataSourceEditor/DBForm.tsx Lines 86 to 106 in d38e4b0
Also, the documentation link reference in the codebase is not read from the database field |
Deproioritising this because of a performance improvement that needs immediate attention. |
Is there an existing issue for this?
Description
We have this banner on create datasource page for whitelisting IP and we have a CTA to learn more, when clicked on learn more it takes me to this doc page, I was expecting this doc page to have info on either datasources or white listing the IP but instead this page has info on basics of application setup. We should fix this and make learn more CTA take us to respective datasource's documentation page: https://theappsmith.slack.com/archives/CGBPVEJ5C/p1704804571691129?thread_ts=1704803786.978579&cid=CGBPVEJ5C
Steps To Reproduce
Public Sample App
No response
Environment
Production
Issue video log
No response
Version
Cloud/ Self-Hosted - 1.8.4
The text was updated successfully, but these errors were encountered: