jtormey / lax

A minimal Slack clone built with Elixir & Phoenix LiveView
76 stars 5 forks source link

Newly downloaded app crashes at launch #23

Open darkblueorange opened 1 month ago

darkblueorange commented 1 month ago

iOS 17.5.1 iPhone Xs Max What is displayed is “Connection Failed, the app will reconnect when network connection is regained.” I’m in Wifi, no problem surfing anywhere. Tried several times. Removed the app and re-downloaded it.

initialFetchUnexpectedResponse(<NSHTTPURLResponse: 0x301da1340> { URL: https://lax.so/?_format=swiftui&_interface%5Bos_version%5D=17.5.1&_interface%5Bapp_version%5D=1.0&_interface%5Bi18n%5D%5Btime_zone%5D=Europe/Paris&_interface%5Bapp_build%5D=2&_interface%5Bl10n%5D%5Blocale%5D=en_FR&_interface%5Btarget%5D=ios&_interface%5Bbundle_id%5D=so.lax.Lax&_interface%5Bos%5D=iOS } { Status Code: 500, Headers {
    "Cache-Control" =     (
        "max-age=0, private, must-revalidate"
    );
    "Content-Encoding" =     (
        gzip
    );
    "Content-Length" =     (
        41
    );
    "Content-Type" =     (
        "text/html; charset=utf-8"
    );
    Date =     (
        "Wed, 25 Sep 2024 20:53:48 GMT"
    );
    Server =     (
        "Fly/0c45e4378 (2024-09-20)"
    );
    Vary =     (
        "accept-encoding"
    );
    Via =     (
        "2 fly.io"
    );
    "fly-request-id" =     (
        "01J8NFCB6F2AECX39JJGHERRHP-cdg"
    );
    "referrer-policy" =     (
        "strict-origin-when-cross-origin"
    );
    "x-content-type-options" =     (
        nosniff
    );
    "x-download-options" =     (
        noopen
    );
    "x-frame-options" =     (
        SAMEORIGIN
    );
    "x-permitted-cross-domain-policies" =     (
        none
    );
    "x-request-id" =     (
        "F_iYCthe1lmPnbwAAIMR"
    );
} }, Internal Server Error)
jtormey commented 1 month ago

Thanks for reporting, how does the app look when accessed via your browser?