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
34.66k stars 3.75k forks source link

[Bug]: The sign-in button is missing for some of the public apps in release-ee-base instance #37601

Open RakshaKShetty opened 1 day ago

RakshaKShetty commented 1 day ago

Is there an existing issue for this?

Description

The sign-in button is missing for some of the public apps

image image image

Steps To Reproduce

  1. go to https://release-ee-base-sts.dp.appsmith.com/
  2. Pick any one app from workspace
  3. Make it as public
  4. Now copy the url and
  5. Go to incognito mode
  6. paste the url
  7. the application is visible but the sign in button is missing in the top right corner

Public Sample App

No response

Environment

Production

Severity

High (Blocker to building or releasing)

Issue video log

No response

Version

production

ankitakinger commented 1 day ago

This is a backend issue, and it can be reproducible one you create a new app and then deploy it, after which on the same screen you will make it public. The changeAccess API gets called and the response shows isPublic key to be true. As soon as you refresh the page and check the API response for the application in the consolidated API, the response has isPublic to be false again.