Hello,
I initially had issues with the iOS application (too many redirects error when not connected via LAN).
I now have this in my unauthenticated paths:
^/api.*
^/auth/token.*
^/.external_auth=.
^/service_worker.js
^/static.*
^/local.*
^/hacsfiles.*
^/frontend_latest.*
Things appear to be working (finally!). I just wanted a sanity check if this is the suggested setup?
Many thanks in advance.