I'm having trouble indexing with Google Scholar. While searching for possible issues, I found that the link contained in <meta name="citation_pdf_url"...> when accessed generates a 404 not found. However, it's the same link as the item's detail page in dspace (/bitstreams/deffc152-db16-4f65-8629-283e39f8e5b2/download). The difference is that when accessed through the item page, dspace redirects to /server/api/core/bitstreams/deffc152-db16-4f65-8629-283e39f8e5b2/content and opens the document normally.
The setting in the config/crosswalks/google-metadata.properties file is the default: google.citation_pdf_url = $simple-pdf
So, does anyone know how to fix this?