Quando clico nesse link em vez de fazer o que ele deve fazer, ele me redireciona para a página principal.
Veja a guia do desenvolvedor no navegador de sua escolha. Ele mostrará o redirecionamento junto com sua razão.
warning: "'webkitURL' is deprecated.
Isto é apenas um aviso e pode ser ignorado.
error: "Failed to load resource: the server responded with a status of 404 (Not Found)"
Can I troubleshoot it somehow?
Não. Relate o erro para o site e / ou quem forneceu o link.
Observe que as etapas de solução de problemas abaixo não podem ser feitas pelo usuário final.
Solução de problemas 404 não encontrada?
The 404 status code, or a Not Found error, means that the user is able to communicate with the server but it is unable to locate the requested file or resource.
404 errors can occur in a large variety of situations. If the user is unexpectedly receiving a 404 Not Found error, here are some questions to ask while troubleshooting:
- Does the link that directed the user to your server resource have a typographical error in it?
- Did the user type in the wrong URL?
- Does the file exist in the correct location on the server? Was the resource was moved or deleted on the server?
- Does the server configuration have the correct document root location?
- Does the user that owns the web server worker process have privileges to traverse to the directory that the requested file is in? (Hint: directories require read and execute permissions to be accessed)
- Is the resource being accessed a symbolic link? If so, ensure the web server is configured to follow symbolic links