Place a warning in the Grafton documentation /sso endpoint warning people about Docker in dev mode and make sure they are running on the same ip address.
more details:
Grafton seems to only listen to localhost for connections, not all ips addresses, so if a user uses their own IP address to connect, it won't listen / connect.
Alternatively, change code to listen to more then localhost
Place a warning in the Grafton documentation
/ssoendpoint warning people about Docker in dev mode and make sure they are running on the same ip address.more details:
Grafton seems to only listen to localhost for connections, not all ips addresses, so if a user uses their own IP address to connect, it won't listen / connect.
Alternatively, change code to listen to more then localhost