It randomly seems to pop up and prevents pages from fully loading. No problems on web.

Also it only seems to do it when I’m logged in.

  • @a1studmuffin@lemmy.ml
    link
    fedilink
    51 year ago

    I think this will be the server struggling to respond, sending back an error code instead of the requested data in json format. The app should probably display something more user-friendly like “Server error (504)” (or whatever the error code is).

    It’s odd you’re not seeing similar issues on the web version though… maybe it just takes longer to load or there’s a timeout somewhere in the app that needs to be adjusted.

    • ZymiOP
      link
      11 year ago

      That makes sense! Thank you