Login issue !

49 views
Skip to first unread message

Pratik Airy

unread,
Jul 30, 2025, 5:19:09 PMJul 30
to Easy!Appointments - Support Group
Im unable to setup easyappointments , i have tried multiple times and every time i get stuck at the backend login page as soon as i hit install button form the registration form and then after i cant able to go over to the backend and actually access the calendar, i get redirected to login page and when i enter the creational and hit login button the page load for 2-3 seconds and get just refreshed on the same page I don't know whats happening!, can someone could please assist me ho to setup on localhost ?
Screenshot 2025-07-29 at 1.49.24 PM.png

Pratik Airy

unread,
Jul 30, 2025, 6:31:58 PMJul 30
to Easy!Appointments - Support Group
i guess the issue that might be underlying : 

This network request for http://localhost/easyappointments/index.php/calendar is attempting to access the calendar page. However, the response status of 307 Temporary Redirect along with the Location header pointing to http://localhost/easyappointments/index.php/login indicates that the server is redirecting you back to the login page.

Here's a breakdown:

  • Purpose: The request is a GET request trying to load the calendar page.
  • Status Code (307 Temporary Redirect): This status code means that the requested resource (the calendar page) is temporarily located at another URL, which in this case is the login page. This is a common way for web applications to enforce authentication.
  • Reason for Redirection (likely): The most probable reason for this redirect, especially when you've entered credentials and are still being redirected, is that your session is not properly authenticated or authorized to access the /calendar page. Even if you entered the correct credentials, there might be an issue with:
    • Session management: The server might not be successfully creating or maintaining your session after login.
    • Authorization: Your user role or permissions might not be sufficient to access the calendar page.
    • Login process error: There might be an issue in the backend's login logic that prevents the successful authentication and subsequent redirection to the intended page.
    • Cookie issues: The application relies on cookies (indicated by the Cookie and Set-Cookie headers) for session management. Issues with cookies (e.g., not being set correctly, being blocked by the browser, or being expired) can lead to failed authentication and redirects.
    • Timing: While the timing data itself doesn't directly point to the cause of the redirect, the "Waiting for server response" duration of 149.28 ms suggests that the server is processing the request before deciding to redirect. This is expected behavior as the server needs to check authentication status.

In summary: The server received your request for the calendar page, determined that you are not properly authenticated or authorized to access it, and is redirecting you back to the login page. Even with correct credentials, a failure in the session handling or authorization process on the backend would cause this behavior. You should investigate the server-side login logic and session management to understand why the authentication isn't persisting or why the user isn't being authorized to access the calendar page after login.

Alex Tselegidis

unread,
Aug 4, 2025, 3:23:38 AMAug 4
to Easy!Appointments - Support Group
Hello! 

Could you please make sure that your storage directory is writable? 



Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!



Pratik Airy

unread,
Aug 12, 2025, 10:02:47 AMAug 12
to Easy!Appointments - Support Group
Thanks, I was able to access to the backend and also to sync the google calendar, further please can also guide how actually i could- add the "join the meeting link" also to get shared with the email of  confirmation of appointment getting booked ?
Screenshot 2025-08-11 at 11.37.54 PM.png

Alex Tselegidis

unread,
Aug 18, 2025, 12:18:05 PMAug 18
to Easy!Appointments - Support Group
This one is not part of the notification yet and some changes are required for us to put the link in the confirmation. 

You can check how this is done in this pr (haven't tested it yet)




Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!


Reply all
Reply to author
Forward
0 new messages