mgechev / angular-seed

🌱 [Deprecated] Extensible, reliable, modular, PWA ready starter project for Angular (2 and beyond) with statically typed build and AoT compilation
https://mgechev.github.io/angular-seed
MIT License
4.57k stars 1.45k forks source link

App does not load with ngrok #2456

Closed Usama-Tahir closed 3 years ago

Usama-Tahir commented 3 years ago

I'm submitting a ... (check one with "x")

[ x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see use [gitter](https://gitter.im/mgechev/angular2-seed) or [stackoverflow](https://stackoverflow.com/questions/tagged/angular2)

Current behavior When I use ngrok to serve the app on https, the app keeps on loading and does not render.

Expected behavior The app should work fine using ngrok as well.

Minimal reproduction of the problem with instructions

  1. Run the app locally using npm run start command. 2 The app will start running on port 5555.
  2. Run ./ngrok http -host-header=rewrite localhost:5555.
  3. Open the https url provided by ngrok.
  4. The app will keep on loading.

What is the motivation / use case for changing the behavior? Certain libraries such stripe payment Request Button integrations require to run the app on https.

Please tell us about your environment: OS: Ubuntu 20

TheDonDope commented 3 years ago

Good day to you @Usama-Tahir The mgechev/angular-seed repository is no longer under active maintenance, as stated in the README.md. So furthermore please consider migrating to @angular/cli as it is unlikely to receive support here.

Cheers