Junk values in glide.appcreator.company.code, sn_appauthor.all_company_keys and glide.appcreator.company.friendly_nameIssue Junk values in glide.appcreator.company.code, sn_appauthor.all_company_keys and glide.appcreator.company.friendly_name as below. glide.appcreator.company.code --> 1234 sn_appauthor.all_company_keys --> 1234 glide.appcreator.company.friendly_name --> junkReleaseAllResolutionRun the below Background Script to fix this issue.gs.setProperty("sn_appclient.upload_base_url",""); gs.setProperty("sn_appauthor.upload_base_url",""); gs.eventQueueScheduled("sn_appauthor.check.config.update","","","", 0);