Closed casillasenrique closed 9 months ago
Previous code for loading the PDF into the pdf viewer set the URL as "uploads/" + urlParams.get('id') but new one adds the ".pdf" extension, which seemingly is causing a 404 error:
"uploads/" + urlParams.get('id')
".pdf"
Previous code for loading the PDF into the pdf viewer set the URL as
"uploads/" + urlParams.get('id')
but new one adds the".pdf"
extension, which seemingly is causing a 404 error: