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
Neither ionic serve --ssl or ionic serve -s appear to have any effect. As a result, I cannot serve with https, which restricts capabilities like geolocation in most modern browsers.
According to this commit, it was included: ed14f58
Steps to Reproduce:
Create a new Ionic 4 project
Run ionic serve --ssl
Output:
ng run app:serve --host=0.0.0.0 --port=8101
appears to be the resulting command
Description:
Neither
ionic serve --ssl
orionic serve -s
appear to have any effect. As a result, I cannot serve with https, which restricts capabilities like geolocation in most modern browsers.According to this commit, it was included: ed14f58
Steps to Reproduce:
Create a new Ionic 4 project
Run
ionic serve --ssl
Output:
ng run app:serve --host=0.0.0.0 --port=8101
appears to be the resulting command
My
ionic info
:Other Information:
The text was updated successfully, but these errors were encountered: