You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: