yeti-web
yeti-web copied to clipboard
CDRs visible columns 401
after changing visible columns on CDR page it loading infinitely:
Chrome debug tools shows 401 response:
application logs:
yeti-web[2077127]: [d726c8af-16e9-4f0a-a06d-cec341bec971] Started GET "/cdrs?index_table_visible_columns%5B%5D=id&index_table_visible_columns%5B%5D=time_start&index_table_visible_columns%5B%5D=time_connect" for 1.2.4.5 at 2023-10-29 19:54:31 +0200
yeti-web[2077127]: [d726c8af-16e9-4f0a-a06d-cec341bec971] Processing by CdrsController#index as JSON
yeti-web[2077127]: [d726c8af-16e9-4f0a-a06d-cec341bec971] Parameters: {"index_table_visible_columns"=>["id", "time_start", "time_connect"]}
yeti-web[2077127]: [d726c8af-16e9-4f0a-a06d-cec341bec971] Completed 401 Unauthorized in 2ms (Views: 0.1ms | ActiveRecord: 0.3ms | Allocations: 760)