- Notifications
You must be signed in to change notification settings - Fork59
Fix issue with urlencoded user handles#1221
base:dev
Are you sure you want to change the base?
Fix issue with urlencoded user handles#1221
Uh oh!
There was an error while loading.Please reload this page.
Conversation
birdofpreyru commentedJul 7, 2017
There is an issue:
This should be polished to ensure that current URL is encoded/decoded correctly. |
ThomasKranitsas commentedJul 8, 2017
@birdofpreyru this is a double encoding issue.. I managed to recursively decode the I'm trying to prevent the double encoding to avoid such ugly URLs.. I'll push a commit shortly. |
birdofpreyru commentedJul 8, 2017
@ThomasKranitsas Cool! |
ThomasKranitsas commentedJul 8, 2017
@birdofpreyru that's what I'm trying to do actually :) |
Fixes#1220
Note that I had to update the
startcommand towebpack-dev-server --history-api-fallback --host 0.0.0.0 --dev --tc --inline --progress --port 3000 --public local.topcoder-dev.com:3000in order to run the app locally on MacOS..