Error while publishing to app repositoryIssue Since the upgrade to Rome. Delegated developers were unable to upload their scoped app to our app repository. Steps to Reproduce 1. Create a new scoped application2. Manage developer for the app and add a user as a delegated developer for the app.3. Provide the delegated developer access to "Publish To App Repo".4. Impersonate the delegated developer.5. Open the application in Studio6. Click Publish (under File > Publish)7. Change the version of the app and click "Submit"Expected: App is published to app repoActual: App is not published to app repo. Above error is shown"Unknown error. Please try again or contact the administrator." CauseDuring the process of publishing an application, ServiceNow perform several checks to ensure the user has the appropriate privileges for publishing an application. The error is caused by a missing role, even when Publish To App Repo is toggled on for a useResolutionProvide the 'sn_g_app_creator.app_creator' role to the user which can be manually granted through sys_user -> Roles tab. Again, this is an additional role to the one granted when Publish To App Repo is true.