Project

General

Profile

Bug #854

Updated by liaham almost 3 years ago

When a user navigates to the previous page using the browser then the dashboard renders an error message for async text blocks: 

 ![](clipboard-202204301036-4xjcl.png) 

 This is the log message from production.log: 

 ``` ruby 
 Invalid dashboard block for text_async__1 (ActionView::Template::Error): No such file or directory @ rb_sysopen - /home/liane-xmera/redmine/tmp/cache/1F5/493/.permissions_check.161280.1.97166 
 ``` 

 The same problem occurs for other block types such that issue counter: 

 ![](clipboard-202204301042-wuuxy.png) 

 Reloading the page solves the issue. 

Back