Skip to content

Prod and Beta apps cannot run concurrently on iOS: second app shows white screen until the other is killed (local server port collision on localhost:12280) #468

Description

@abroa01

Bug

Production MIEAuth and MIEAuth Beta cannot run concurrently on the same device. If one app is open (or suspended in the background), launching the other shows a white screen / stuck state. The only workaround is to kill one app before using the other.

Steps to reproduce

  1. Install both the production app and the beta app on the same iOS device.
  2. Open app A, let it load, then send it to the background (do not kill it).
  3. Open app B.

Expected: App B loads normally.
Actual: App B shows a white/stuck screen. Killing app A and relaunching app B fixes it.

Environment

  • Platform: iOS (Android appears unaffected — see analysis below)
  • Both apps built from the same repository (prod: org.mieweb.opensource / com.mieweb.mieauth, beta: org.mieweb.os.dev)

Root-cause analysis to follow in comments.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions