sinopia
sinopia copied to clipboard
Problem with slashes in package name scope
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.
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
I think in verdaccio that was fixed while ago, please check here https://github.com/verdaccio/verdaccio/blob/master/wiki/reverse-proxy.md#apache https://github.com/verdaccio/verdaccio/blob/master/wiki/iis-server.md