aws-cognito-angular-quickstart icon indicating copy to clipboard operation
aws-cognito-angular-quickstart copied to clipboard

<base href="./"> ?

Open truk-nosral opened this issue 7 years ago • 1 comments
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

truk-nosral avatar Jan 15 '18 22:01 truk-nosral

Would you mind giving me a hint? I tried building it with and I still get the error of not reaching the assets folder.

jaimeplier avatar Sep 18 '18 03:09 jaimeplier