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
For some working environments, where localhost is by default not available to use (e.g. strict company VMs).
When I start npm run scully the mechanism tries to connecto to http://localhost:1864/_pong. But this is not possible in my enviroment, because it redirects to http://myhost:1864/_pong
Describe the solution you'd like
Angular provides for ng serve a --host flag, this could be also a solution for you.
The first line it crashed for me was here:
* feat(hostname): puts in a hostname option
on some computers, localhost isn't avaialble. This pr takes care of that by making the name to be
used an setting
closes#87
* docs(scully-configuration docs): update the docs to reflect new settings
🧩 Feature request
Description
For some working environments, where localhost is by default not available to use (e.g. strict company VMs).
When I start
npm run scully
the mechanism tries to connecto tohttp://localhost:1864/_pong
. But this is not possible in my enviroment, because it redirects tohttp://myhost:1864/_pong
Describe the solution you'd like
Angular provides for ng serve a
--host
flag, this could be also a solution for you.The first line it crashed for me was here:
scully/scully/utils/waitForServerToBeAvailable.ts
Line 13 in 8ce6c13
But there are maybe also other points.
Describe alternatives you've considered
I tried to edit it directly in the source code. It worked until the next issue (no chromium available for my OS)
The text was updated successfully, but these errors were encountered: