aws-cognito-angular-quickstart
aws-cognito-angular-quickstart copied to clipboard
<base href="./"> ?
trafficstars
I had to change the base href to include the '.' prefix in order to get the application rendering correctly from S3. Otherwise resource request from index.html were to, for example
https://s3.us-east-2.amazonaws.com/assets/css/bootstrap.min.css
instead of
https://s3.us-east-2.amazonaws.com/[my-app]/assets/css/bootstrap.min.css
both base href = "/" or "./" worked fine locally
Would you mind giving me a hint? I tried building it with