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." Release All Cause During the application publishing process, ServiceNow performs several checks to verify that the user has the required privileges to publish the application. The error occurs when a required role is missing, even when the “Publish To App Repo” option is enabled for the user. Resolution Provide 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.