Hi, I was working on a typescript function where I needed to import 4 object types. Initially, when I imported the objects it showed them under the object types section. But after some time the attached error message came up and all the objects were missing. Also, I am unable to add the objects again. Is this an error from my end or something to do with the application?
Hello Uttaran. Here are a few things you might want to check:
-
Repository updates: Sometimes when there are updates or migrations in the repository, it can reset your import settings. It might be worth checking if anything has changed recently that could have affected your setup.
-
Permissions: Double check your permissions to ensure you have access to those object types. Sometimes, access issues can prevent you from seeing or adding them back.
-
Resources file: And also check the resources.json file in the code repo. It can provide important information about your imports and might help you figure out what’s going wrong.
