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

Problem with slashes in package name scope #458

Open
dante2130 opened this issue Jul 26, 2017 · 2 comments
Open

Problem with slashes in package name scope #458

dante2130 opened this issue Jul 26, 2017 · 2 comments

Comments

@dante2130
Copy link

If i rewrite url in IIS i dont have possibility to use %2F symbol, only %252F. If i rewrite %2F to %252F - packages with scopes don't work (@test/test - as example). Maybe have some resolution for this problem? Thanks in advance.

@Falieson
Copy link

I'm also getting this issue.

 http  <-- 404, user: florian, req: 'GET /@types%2fhistory', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2fjest', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2fnode', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2freact', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2freact-dom', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2freact-redux', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2freact-router-dom', error: no such package available
 http  <-- 404, user: florian, req: 'GET /@types%2freact-router-redux', error: no such package available

@juanpicado
Copy link

juanpicado commented Aug 21, 2017

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

No branches or pull requests

3 participants