lookup table problem when I upload it to hosting

Dear All

I have a lookup table problem when I upload it to hosting. I have a table
master_goods
id int 11
id_goods v 25
name_goods v 200
price int 10

transaction
id int 11
id_ goods v 25
amount int 11

in the transaction table, id_goods uses the lookup table to master_goods. at localhost can run well, but when I upload to the hosting lookup table does not work. what causes it?
Thanks

If you have Dynamic User Level Security, double check the Lookup permissions. You may press F12 in Chrome and go to the Network panel to check the HTTP response from the API (find api/index.php?action=lookup). See: https://developers.google.com/web/tools/chrome-devtools/network/reference#response