Started GET "/admin/backups/backupid.tar.gz?token=supersecret" for 255.255.255.255 at 2017-12-07 15:32:50 +0000
Processing by Admin::BackupsController#show as GZIP
Parameters: {"token"=>"supersecret", "id"=>"backupid.tar.gz"}
Completed 500 Internal Server Error in 81ms (ActiveRecord: 11.8ms)
ActionView::MissingTemplate (Missing template admin/backups/show, admin/admin/show, application/show with {:locale=>[:en], :formats=>[:gzip], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Search
ed in:
* "/srv/www/vhosts/discourse/app/views"
)
/usr/lib64/ruby/gems/2.4.0/gems/actionview-5.1.4/lib/action_view/path_set.rb:46:in `find'
The file /srv/www/vhosts/discourse/public/backups/default/backupid.tar.gz exists.
Another way to trigger the missing template warning:
try to use the same download link twice … I think then it fails to render the error message. So basically everytime it wants to render an error message here it fails to find a template because it doesnt find a template for type GZIP
Which makes this more of a bug and not a support case.
Have you reported the openSUSE bug to then yet? If you are satisfied with having them support your Discourse you will probably have better luck reporting their bugs to them.
EDIT: D’oh !
There is a possibility that others that have installed Discourse as you have will offer some help here, but AFAIK most members have followed the official install and won’t be able to help with problems they don’t have.
Have you found what changes would be needed to solve your problem?
Though the CDCK team may not have the resources to track down the issue, if you have a fix that won’t break things there’s a chance your PR might be accepted.