-
-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"homepage" setting in package.json doesn't work if it's set to https #1335
Comments
This looks like a bug. Would you like to look into why this happens and maybe help us fix it? |
@twe4ked are you still getting the error. |
We should make sure it works with all Node versions >= 4 because that’s the versions we support. |
I just tried making a sample app and I can't reproduce it again. Perhaps it was something specific to my setup at the time. Thanks for the help. |
Interesting. Let us know if you have it again. |
Description
If I set homepage to:
The asset links point to
/
.If it set it to:
I get the expected behaviour, the asset links point to
/api-docs/
.Very similar to this (closed) existing issue: #478
Environment
Run these commands in the project folder and fill in their results:
npm ls react-scripts
(if you haven’t ejected):node -v
:npm -v
:Then, specify:
MacOS 10.12
N/A
Reproducible Demo
https://github.com/twe4ked/api-docs
The text was updated successfully, but these errors were encountered: