when trying to access plex media server from home network through plex.tv, it fails.
the reason is new chrome security feature to disallow local network access from remote site when Access-Control-Allow-Private-Network is missing
I see following error in console:
Access to XMLHttpRequest at 'https://192-168-55-100....' from origin 'https://app.plex.tv' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Private-Network' header was present in the preflight response for this private network request targeting the private address space.
Plex will also try to go through public IP first, but that fails when you are on the same local network as plex media server.
Access from outside of the home network works just fine.
Firefox works fine from both local network and internet.