What I’m trying to do:
Trying to get through intro lessons in Anvil.
Working through the Anvil Tutorial - Display movies in a Data Grid I set up the data grid, populate the data table and enter the following in the client code
self.repeating_panel_1.items = app_tables.movies.search()
What I’ve tried and what’s not working:
anvil.server.InternalError: Permission denied: Cannot search in table 'movies' from client code.
Clone link:
share a copy of your app