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
During the setup of software like ng serve the port is sometime already opened and gitpod opens the page,
but the app is still not available and this lead to the following screen.
The wish is that this page just has a small js script that reloads that page every 5 sec. So after the app is really loaded
that the app is shown.
Another feature would be that your backend is checking if the port is really reachable via HTTP with an 200 and only open the browser window after the app is reachable.
The text was updated successfully, but these errors were encountered:
During the setup of software like ng serve the port is sometime already opened and gitpod opens the page,
but the app is still not available and this lead to the following screen.
The wish is that this page just has a small js script that reloads that page every 5 sec. So after the app is really loaded
that the app is shown.
Another feature would be that your backend is checking if the port is really reachable via HTTP with an 200 and only open the browser window after the app is reachable.
The text was updated successfully, but these errors were encountered: