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
{{ message }}
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 locallyThe text was updated successfully, but these errors were encountered: