Hello,
I am having a issue adding new dataverse tables to a canvas app in a solution. When I first add the dataverse table to the canvas app, everything seems to work fine, I can access records, update records and refresh the data source with no issues. However, upon reloading the app, I get this error when I refresh the datasource: Cannot read properties of undefined (reading 'instanceUrl'). I can't access data using controls on the screen. I can access the data if I select the three dots next to the dataverse table and select "edit", but other than that, the datasource isn't accessible.
Adding new tables has the same behavior.
I ran the monitor on the app open I get various errors related to loading the table:
"CDS Datasource tablename is not found in config hash table."
"We could not get runtime url for CDS datasource. This is fatal error. configState is: NotConfigured."
"Error occurred while running job: AsyncLazy:CdsConnector._lazyOdataConnector"
Has anyone seen this issue before?