Closed Usama-Tahir closed 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
I'm submitting a ... (check one with "x")
Current behavior When I use
ngrok
to serve the app onhttps
, 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
npm run start
command. 2 The app will start running on port5555
../ngrok http -host-header=rewrite localhost:5555
.https
url provided byngrok
.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
Angular Seed Version:
25ca32d9af0e9f2f3de01c39727b266a036df7fb
Node:
node --version
= 8.12