Open aaronskiba opened 2 months ago
The linked rollbar issue shows that the error resulted from the following GET call:
GET 'https://dmp-pgd.ca/template_export/wp-login.php
The same error can be triggered with the following format when certain values are used for :id
GET /template_export/:id.pdf
In addition, say we have a valid :id value for GET /template_export/:id.pdf
.
The following error occurs when executing GET /template_export/:id
:
ActionController::UnknownFormat at /template_export/:id
ActionController::UnknownFormat
Maybe we should add handling to make allow GET /template_export/:id
by setting .pdf
as a default format?
View details in Rollbar: https://app.rollbar.com/a/ualbertalib/fix/item/dmp_assistant/545