thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.77k stars 2.67k forks source link

Empty table when use short column #5148

Open officialmmt opened 3 years ago

officialmmt commented 3 years ago

Version information

Description

When I try to sort a table with some columns getting an empty table in view. It only happens in the production environment.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Go to 'Created Breads'
  2. Click on 'Column name of Bread'
  3. See error

Screenshots

Screenshot 1 Screenshot 2

Additional context

Url query string /admin/products?sort_order=desc&order_by=price Other columns shorts are working well.

ousid commented 3 years ago

Hey, @officialmmt

Have you looked into console/Network tab in your browser or not? What do you see?