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

fix: ability to view storages when in local dev on mac #1696

Merged
merged 10 commits into from
Dec 3, 2019

Conversation

a-b-r-o-w-n
Copy link
Contributor

Description

The root cause of this was not url encoding the path when loading storage folders and the webpack-dev-server not properly proxying the request to the api server (which is why it was working when running in production mode).

I went ahead and refactored a bit, making the path a query string param instead of a route parameter. As well as some jest updates.

Task Item

closes #1612

@cwhitten cwhitten merged commit 730433c into microsoft:master Dec 3, 2019
@a-b-r-o-w-n a-b-r-o-w-n deleted the fix-local-create-bot branch December 6, 2019 16:08
@a-b-r-o-w-n a-b-r-o-w-n mentioned this pull request Dec 11, 2019
@a-b-r-o-w-n a-b-r-o-w-n mentioned this pull request Dec 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants