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

[Bug]: Login / logon not working with production docker releases [Solved] #40026

Closed
1 task done
matteof opened this issue Apr 2, 2025 · 11 comments
Closed
1 task done
Assignees
Labels
Bug Something isn't working Community Reported issues reported by community members Critical This issue needs immediate attention. Drop everything else Identity & Authentication Product Issues related to user identity & authentication Login / Signup Authentication flows Needs Triaging Needs attention from maintainers to triage Platform Administration Pod Issues related to platform administration & management Production

Comments

@matteof
Copy link

matteof commented Apr 2, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Description

A nightly update of AppSmith docker executed with the suggested command:
docker-compose pull && docker-compose rm -fsv appsmith && docker-compose up -d
has broken the login page.
The users already logged in did not have issues for days, but new user or user which needed to logon faced where presented a page saying only:
"Unauthorized".

We decided to freshly install docker v1.65 and it has the same issue, we tested docker appsmith v1.64 and again the issue was present.
([Edit] Some user report that downgrading to v1.64 works fine, but v1.65 gives the issue)

Luckily enough, v1.63 does not have the error: analyzing the release notes in v1.64 a login feature was implemented (#37292).

There is already another issue about this error (#39983), but I wanted to share the analysis done and the regression test we have performed.

Steps To Reproduce

  1. Install v1.64 or v1.65 using the instruction in (https://docs.appsmith.com/getting-started/setup/installation-guides/docker)
  2. Go to the login page
  3. The page gives "Unauthorized"

Public Sample App

No response

Environment

Production

Severity

Critical (Broken Production apps)

Issue video log

No response

Version

docker 1.65, docker 1.64

@matteof matteof added Bug Something isn't working Needs Triaging Needs attention from maintainers to triage labels Apr 2, 2025
@Nikhil-Nandagopal Nikhil-Nandagopal added Community Reported issues reported by community members Critical This issue needs immediate attention. Drop everything else Production labels Apr 2, 2025
@aledonati
Copy link

Same issue here

@iSlans
Copy link

iSlans commented Apr 2, 2025

yeah we got this problem too :c

@andreadapisa
Copy link

Same issue: I'm "Unauthorized" even though the credentials are correct and redirect to the login page.

@thebigpotatoe
Copy link

Same here

@matteof
Copy link
Author

matteof commented Apr 3, 2025

Please note, I went in Discord support and there are 3 users reporting the same issue in the last 2 days.
Some user report that downgrading to v1.64 works, so it might be a v1.65 issue.

@chrishodgkins
Copy link

Downgrading to 1.64 resolved it for me

@antlevy
Copy link

antlevy commented Apr 3, 2025

V1.64 didn't work for me but v1.63 solved the issue.

@CoelhoNL
Copy link

CoelhoNL commented Apr 3, 2025

I'm facing the same problem. Downgrading to v1.64 worked to me.

@cayetano
Copy link

cayetano commented Apr 6, 2025

Upgrade to last version work now!!!!

@Nikhil-Nandagopal Nikhil-Nandagopal added the Login / Signup Authentication flows label Apr 6, 2025
@github-actions github-actions bot added Identity & Authentication Product Issues related to user identity & authentication Platform Administration Pod Issues related to platform administration & management labels Apr 6, 2025
@oleombruni
Copy link

I can confirm that upgrading to v1.66 solved the issue on our instance.

@matteof matteof changed the title [Bug]: Login / logon not working with production docker releases [Bug]: Login / logon not working with production docker releases [Solved] Apr 7, 2025
@matteof
Copy link
Author

matteof commented Apr 7, 2025

I cannot change status, but 1.66 solves the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Community Reported issues reported by community members Critical This issue needs immediate attention. Drop everything else Identity & Authentication Product Issues related to user identity & authentication Login / Signup Authentication flows Needs Triaging Needs attention from maintainers to triage Platform Administration Pod Issues related to platform administration & management Production
Projects
None yet
Development

No branches or pull requests