コミュニティアチーブメントバーを展開する。

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
解決済み

Adobe Launch File throwing errors on buy flow but not homepage

Avatar

Level 1

We are currently switching from legacy DETM implementation of data collection. When testing our property using adobe debugger, we have the property fully loaded and no errors on the home page, but as soon as we click into buyflow we get errors thrown in the "launch-environment-id.js" file. Specifically when the launch file is trying to perform a split function on the environment variables. when i fetch the environment manually on console "development" is shown, which is correct, but what could be the issue that would cause the "e" variable in the build file to be undefined? Thanks in advance!

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

@JanisGr  suggest to look into 

 

  • The script may be referencing an incorrect or non-existent environment ID.
  • browser may block the script due to CORS policy violations
    • Network tab and filter by JavaScript or search for the launch-environment-id.js file.
    • HTTP status code (e.g., 404 for not found, 403 for forbidden).

元の投稿で解決策を見る

3 返信

Avatar

正解者
Community Advisor

@JanisGr  suggest to look into 

 

  • The script may be referencing an incorrect or non-existent environment ID.
  • browser may block the script due to CORS policy violations
    • Network tab and filter by JavaScript or search for the launch-environment-id.js file.
    • HTTP status code (e.g., 404 for not found, 403 for forbidden).

Avatar

Community Advisor

Hi @JanisGr 

The launch-environment-id.js script is not really a part of Launch.

How are you testing it? Are you injecting the Launch script through the experience platform debugger side by side with DTM?

Cheers from Switzerland!


Avatar

Administrator

@JanisGr Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni