Skip to content

fix : homepage reload loop in local Docker/Firebase emulator setup#386

Open
AliRana30 wants to merge 1 commit into
c2siorg:developfrom
AliRana30:fix/docker-emulator-auth-and-reload-loop
Open

fix : homepage reload loop in local Docker/Firebase emulator setup#386
AliRana30 wants to merge 1 commit into
c2siorg:developfrom
AliRana30:fix/docker-emulator-auth-and-reload-loop

Conversation

@AliRana30
Copy link
Copy Markdown

Description

This PR fixes the homepage reload loop in the local dev environment and stabilizes startup behavior.

Related Issue

Closes #385

Motivation and Context

The homepage was repeatedly reloading or staying blank during local development with Docker and Firebase emulators. This change prevents the app from re-triggering unstable startup paths and makes the homepage load normally.

How Has This Been Tested?

  • Ran lint successfully.
  • Verified the app responds at http://localhost:5173.
  • Verified the emulator services are running and reachable.

Screenshots or GIF (In case of UI changes):

image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

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

Successfully merging this pull request may close these issues.

[BUG] : Homepage reloads repeatedly on local Docker/Firebase emulator setup

1 participant