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
Currently, the aio app run command brings up https://localhost:9080/ by default. There is no way to run the local web app with HTTP only, which is useful to work with other local apps that expose HTTP only. This mismatch creates trouble displaying crossed content (e.g. CORS blocking due to different protocols).
Expected behavior
The aio app run command provides an option to run web app in HTTP only, e.g. aio app run --http-only
The text was updated successfully, but these errors were encountered:
Currently, the
aio app run
command brings up https://localhost:9080/ by default. There is no way to run the local web app with HTTP only, which is useful to work with other local apps that expose HTTP only. This mismatch creates trouble displaying crossed content (e.g. CORS blocking due to different protocols).Expected behavior
The
aio app run
command provides an option to run web app in HTTP only, e.g.aio app run --http-only
The text was updated successfully, but these errors were encountered: