You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In production environment, though we can access latest version of application, we got following error on developer console.
A Geolocation request can only be fulfilled in a secure context.
This is because we access directly to EXTERNAL-IP of service resource whose type: LoadBalancer with HTTP, instead of HTTPS, and navigator.geolocation.getCurrentPosition() have returned error.code is 1.
Ref: MDN and Google Chrome
ToDo
Fix design with external access to the production app
Enable SSL connection for container
(Optional) Acceptance Criteria
N/A
The text was updated successfully, but these errors were encountered:
AsIs
In production environment, though we can access latest version of application, we got following error on developer console.
This is because we access directly to EXTERNAL-IP of service resource whose type: LoadBalancer with HTTP, instead of HTTPS, and
navigator.geolocation.getCurrentPosition()
have returnederror.code
is1
.Ref: MDN and Google Chrome
ToDo
(Optional) Acceptance Criteria
N/A
The text was updated successfully, but these errors were encountered: