-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Cannot GET Url Paths that have a Dot in Them #387
Milestone
Comments
This seems hardcoded into |
Nice! I’ll keep this open to remember to update and use that new option. |
mxstbr
added a commit
that referenced
this issue
Aug 11, 2016
gaearon
pushed a commit
that referenced
this issue
Aug 11, 2016
gaearon
pushed a commit
that referenced
this issue
Aug 25, 2016
Fixed by #422. |
stayradiated
pushed a commit
to stayradiated/create-react-app
that referenced
this issue
Sep 7, 2016
feiqitian
pushed a commit
to feiqitian/create-react-app
that referenced
this issue
Oct 25, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The dev server cannot successfully load paths that have a period in them:
For instance, this works fine:
http://localhost:3000/page/test
But this, fails with the error 'Cannot GET /page/test.com':
http://localhost:3000/page/test.com
The text was updated successfully, but these errors were encountered: