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] V3.2.1 upgrade not working when using IP address instead of localhost #2699

Open
1 task
minhducsmc opened this issue Sep 23, 2024 · 1 comment
Open
1 task

Comments

@minhducsmc
Copy link

minhducsmc commented Sep 23, 2024

If you have problems with the installation please use our community forum

What set up are you using

  • Cloud Hosted Version
  • [V] Self Hosted

Describe the bug
When installing the new version v3.2.1, I completely installed it, so I configured it in the .env file. With the following configuration:
LEAN_APP_URL = 'http://10.163.152.75/leantime'
LEAN_APP_DIR = 'http://10.163.152.75/leantime/public'

Install according to the instructions on the website normally and when it comes to the login step, the website does not change the page even though the url path changes.

If I reset the configuration as follows, I can enter the dashboard normally, everything is normal.
LEAN_APP_URL = 'http://localhost/leantime'
LEAN_APP_DIR = 'http://localhost/leantime/public'

Expected behavior
Access website by ip when logging in must go to dashboard page

Leantime Version
v3.2.1

Server
Apache

PHP / MySQL Version
php8.3.10, Mysql 8.0.37

Access with ip
image

Access with localhost
Screenshot 2024-09-23 151039

File attache:
leantime.log

@minhducsmc minhducsmc changed the title [BUG] Can't change page when logged in [BUG] V3.2.1 upgrade not working when using IP address instead of localhost Sep 24, 2024
@HTAInc
Copy link

HTAInc commented Sep 27, 2024

I'm having the same problem. :(
When using http://localhost/auth/login
It works normally or when the login button is clicked without filling in the username and password data, an error message appears "Username or password incorrect".
but when using the local IP example http://10.10.21.9/auth/login, and the login button is clicked without filling in the username and password data, there is no response whatsoever even if the data is correct the page is not direct to the dashboard.
access with localhost :
localhost
access with IP :
ip

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

No branches or pull requests

2 participants