appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.77k stars 3.63k forks source link

[Bug]: The mongo URI section is displayed empty instead of having a default URI #34332

Open RakshaKShetty opened 2 months ago

RakshaKShetty commented 2 months ago

Is there an existing issue for this?

Description

The mongo URI section is displayed empty instead of having a default URI V1.28 image V1.26

image

Steps To Reproduce

  1. Pull the latest Image locally
  2. Open localhost
  3. Go to admin setting
  4. Go to advanced tab
  5. Now the Default Mongo URI is not present in the mongo URI placeholder as in attached screenshot

Public Sample App

No response

Environment

Production

Severity

High (Blocker to building or releasing)

Issue video log

No response

Version

v1.28

AnnaHariprasad5123 commented 2 months ago

Hi @RakshaKShetty , I am running appsmith in my local system by cloning the repo, Unable to find the admin settings. Could you explain 1st step in reproduce steps. How to do it.

Nikhil-Nandagopal commented 1 month ago

Bumping this issue up to prod because it should have made it's way there by now if it was not fixed

Shivam-z commented 1 month ago

This issue is not limited to v1.28; it has been occurring in all versions subsequent to v1.26.

Shivam-z commented 1 month ago

@Nikhil-Nandagopal @abhvsn @RakshaKShetty The root cause of the issue was identified as the incorrect naming of the environment variable APPSMITH_MONGODB_URI, which should be APPSMITH_DB_URL. This misconfiguration has been corrected in PR #35526, which effectively resolves this bug too.