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

The checking fails when the url contains the URL encoded entities #453

Open
ngeojiajun opened this issue Mar 28, 2021 · 1 comment
Open
Labels
bug Something isn't working

Comments

@ngeojiajun
Copy link

When dealing with the urls such as /C%2B%2B/ it should decoded back to /C++/ but it doesnt and it caused the build fails.

1:25:33 AM:   ✖ FAIL load output/tags/C%2B%2B
1:25:33 AM:   | operator: load
1:25:33 AM:   | expected: 200 output/tags/C%2B%2B
1:25:33 AM:   |   actual: ENOENT: no such file or directory, open '/opt/build/repo/output/tags/C%2B%2B/'
1:25:33 AM:   |       at: output/development/index.html:1:3869 <a href="/tags/C%2B%2B/" class="text-white">...</a>
1:25:33 AM:   272 tests
1:25:33 AM:   271 passed
1:25:33 AM:     1 failed
@ngeojiajun ngeojiajun changed the title The checking fails when the url contains characters like + The checking fails when the url contains the URL encoded entities Mar 28, 2021
@Munter Munter added the bug Something isn't working label Apr 9, 2021
@Munter
Copy link
Owner

Munter commented Aug 10, 2021

This bug should be fixed with the release of [email protected]

You might need to clear your build cache to get a fresh node_modules install.

Can you confirm the fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants