-
Notifications
You must be signed in to change notification settings - Fork 5k
Description
When uploading documents to Azure Blob Storage using a folder prefix (e.g., myfolder/document_Test.pdf), the PDF viewer fails to open the file. The error message returned is:
Not Found
The requested URL was not found on the server.
If you entered the URL manually please check your spelling and try again.
Additionally, the Search results for these documents show fields like:
"imageEmbedding": null,
"category": null,
"sourcepage": "document_Test.pdf",
"sourcefile": null,
"oids": [],
"groups": []
Steps to reproduce:
1. Upload a PDF file to a Blob Storage container content, placing it in a subfolder (e.g., myfolder/document_Test.pdf).
2. Ask a question and Access the citation link to veiw PDF through the application’s PDF viewer.
3. Observe the “Not Found” error.