avo-hq / avo

Build Ruby on Rails apps 10x faster
https://avohq.io
Other
1.52k stars 254 forks source link

Couldn't find template for digesting: /avo/index/resource_table_component" #1870

Closed jetienne closed 1 year ago

jetienne commented 1 year ago

Describe the bug

A minor issue : my log shows this error:

{
    "app_name": "app",
    "dt": "2023-07-27T16:43:50.917623Z",
    "host": "host",
    "message": "E, [2023-07-27T16:43:50.917553 #2] ERROR -- : [1d594457-6d2c-4f25-9ab2-070aefc8b680]   Couldn't find template for digesting: /avo/index/resource_table_component",
    "platform": "Heroku",
    "proc_id": "web.1",
    "source_type": "heroku_logs"
}

System configuration

Avo version: 2.37.2

Rails version: 7.0.6

Ruby version: 3.2.2

License type:

Are you using Avo monkey patches, overriding views or view components?

Impact

Urgency

adrianthedev commented 1 year ago

Hmmm. I have never seen this messge before Couldn't find template for digesting. Is that a Rails thing? Can you reproduce it by doing something and getting a 500 back?

I googled it for a bit but can't seem to put my finger on what the issue is. It's the first time I've seen anyone reporting this.

Unrelated to that, what are you using for logging? I presume that's a production log entry. How is it formatted like that (as a hash)?

jetienne commented 1 year ago

I will try to figure out how to reproduce it...

(I use betterstack.com)

github-actions[bot] commented 1 year ago

This issue has been marked as stale because there was no activity for the past 15 days.

github-actions[bot] commented 1 year ago

Closing this because there was no activity for the past 15 days. Feel free to reopen if new information pops up ✌️

thubamamba commented 4 weeks ago

I am wondering if this can be reopened? I am facing a similar issue on render.com

Paul-Bob commented 4 weeks ago

@jetienne did you fix it?