Expand my Community achievements bar.

AEP SDK throwing Error

Avatar

Level 1
2023-04-03 14:26:58.433984+0200 ccd-dev[13910:91270] [AEP SDK ERROR - <ConfigurationDownloader>] Loading config from URL https://assets.adobedtm.com/90decdbe34ba/49515d89fb2d/launch-6c94a9905432-development.json failed with response code: nil

 Hi there, 

Failed to fetch the launch remote configuration and returned error response remote server doesn’t contain the launch configuration against the appID. And receiving HTTP 304 not modified error. 

 

Can someone please assist on this?

 

3 Replies

Avatar

Community Advisor

@laveg1 Could you add more details on the implementation? is this a web app or site you are working on? 

When do you get this error? 

Also i noticed the launch URL ends with .json, it should be .js 

https://assets.adobedtm.com/90decdbe34ba/49515d89fb2d/launch-6c94a9905432-development.json

 

Avatar

Level 1

Hi @Anil_Umachigi thanks for replying.

I am using Adobe SDKs for mobile (iOS). While retrieving a configuration Dictionary from Adobe Launch servers the URL formation (CONFIG_URL_BASE + appId + ".json") happens. And if an error occurs while processing the response from Launch, `nil` will be passed in `completion` method.

Please le me know if you need more details.

Avatar

Community Advisor

@laveg1 Not sure if that's required, have you followed the steps mentioned here? and the next steps after this for iOS?

https://developer.adobe.com/client-sdks/documentation/getting-started/create-a-mobile-property/