Skip to content
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

Closed
scottfr opened this issue Aug 6, 2016 · 4 comments
Closed

Cannot GET Url Paths that have a Dot in Them #387

scottfr opened this issue Aug 6, 2016 · 4 comments

Comments

@scottfr
Copy link

scottfr commented Aug 6, 2016

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

@gaearon
Copy link
Contributor

gaearon commented Aug 6, 2016

This seems hardcoded into connect-history-api-fallback here but it’s not very relevant in our case. Maybe you would like to submit a PR to that repo to make that configurable? If it gets merged, we could use that option.

@gaearon
Copy link
Contributor

gaearon commented Aug 11, 2016

Nice! I’ll keep this open to remember to update and use that new option.

@gaearon
Copy link
Contributor

gaearon commented Aug 25, 2016

Fixed by #422.

@gaearon gaearon closed this as completed Aug 25, 2016
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
@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants