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

Ionic Webserver wrong cordova plugin install command and wrapper missing path attribute in response #3126

Closed
digaus opened this issue Aug 2, 2019 · 1 comment · Fixed by #3184

Comments

@digaus
Copy link

digaus commented Aug 2, 2019

I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/

Current behavior:
Ionic native does not correctly implement the Response in @ionic-native/web-server/ngx
Path attribute is supported by https://github.com/bykof/cordova-plugin-webserver but not in the Ionic wrapper.
Expected behavior:
Path attribut should be supported

Steps to reproduce:
Install https://ionicframework.com/docs/native/web-server and try use path attribute.

@digaus digaus changed the title Ionic Webserver wrapper missing path attribute in response Ionic Webserver wrong cordova plugin install command and wrapper missing path attribute in response Aug 3, 2019
@digaus
Copy link
Author

digaus commented Aug 3, 2019

ionic cordova plugin add cordova-plugin-webserver should be changed to
ionic cordova plugin add https://github.com/bykof/cordova-plugin-webserver because the other one leads to an old npm entry of another plugin.

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 a pull request may close this issue.

1 participant