Known issues
Search with . on portal returns 404?FileNotFound
Search with . on portal returns 404?FileNotFound
ID:
Backlog
Published on 9/14/2018
•
Last update on 12/22/2022
Summary
The error happens when filtering any product using dot. The fetched key is placed in the URL and the portal understands it as a file name.
Simulation
- Open a VTEX website
- Search for a term that does not exist (
chavebuscada
) - Notice that the error is
{url}/Sistema/buscavazia?ft={chavebuscada}
- Now search for a term that contains. (
chave.buscada
) - Notice that the error changes to
{url}/Sistema/404?FileNotFound={chave.buscada}
Workaround
Remove the search point with custom javascript