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

Url not matching regex #35

Closed
IavorOrlyov opened this issue Feb 15, 2022 · 4 comments
Closed

Url not matching regex #35

IavorOrlyov opened this issue Feb 15, 2022 · 4 comments
Assignees
Labels

Comments

@IavorOrlyov
Copy link

After I have installed iis-express following error is thrown:

iisexpress-proxy https://localhost:44355/ to 3000
IIS Express Proxy 1.7.3
C:\Users{username}\AppData\Roaming\npm\node_modules\iisexpress-proxy\index.js:39
var targetMatch = args._[4].match(urlRegExp);
^

TypeError: args._[4].match is not a function
at Object. (C:\Users{username}\AppData\Roaming\npm\node_modules\iisexpress-proxy\index.js:39:29)
at Module._compile (internal/modules/cjs/loader.js:1063:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
at Module.load (internal/modules/cjs/loader.js:928:32)
at Function.Module._load (internal/modules/cjs/loader.js:769:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47

@icflorescu
Copy link
Owner

Thanks, will look into it ASAP; it's a regression in v1.7.x.
Will let you know here as soon as it's fixed.
Meanwhile you can downgrade to v1.6.2.

@icflorescu icflorescu self-assigned this Feb 15, 2022
@icflorescu icflorescu added the bug label Feb 15, 2022
@IavorOrlyov
Copy link
Author

IavorOrlyov commented Feb 15, 2022 via email

@icflorescu
Copy link
Owner

Should be fixed in v.1.7.4. Sorry for the inconvenience.

@icflorescu
Copy link
Owner

Awesome work. Keep it up!

🙏

icflorescu added a commit that referenced this issue Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants