Web SDK Not Found Error When Testing Locally
Hi Community,
I am trying to implement the Adobe Experience Platform (AEP) Web SDK to ingest data. I have followed all the steps outlined in the tutorials, but I’m running into an issue during testing.
Here’s what I did:
- I copied the JavaScript library from Data Collection → Environments → Development.
- I included this JavaScript in a simple HTML page on my local PC.
- When I load the page and open the debugger, I see an error saying: Web SDK not found.
Questions:
- Is it mandatory to move this implementation to a cloud-hosted page for it to work? Does the Web SDK not support local testing?
- During tag creation, does the Domain Setup field need to match the domain of the page where I’m testing? Could this mismatch be the reason for the "Web SDK not found"?
For reference, these are the steps I have completed:
- Implement Adobe Experience Cloud with Web SDK tutorial
https://experienceleague.adobe.com/en/docs/platform-learn/implement-web-sdk/overview - Create an XDM schema for web data
https://experienceleague.adobe.com/en/docs/platform-learn/implement-web-sdk/initial-configuration/configure-schemas - Configure an identity namespace
https://experienceleague.adobe.com/en/docs/platform-learn/implement-web-sdk/initial-configuration/configure-identities - Configure a datastream
https://experienceleague.adobe.com/en/docs/platform-learn/implement-web-sdk/initial-configuration/configure-datastream - Install Adobe Experience Platform Web SDK tag extension
https://experienceleague.adobe.com/en/docs/platform-learn/implement-web-sdk/tags-configuration/install-web-sdk - Create data elements
https://experienceleague.adobe.com/en/docs/platform-learn/implement-web-sdk/tags-configuration/create-data-elements - Create identities
https://experienceleague.adobe.com/en/docs/platform-learn/implement-web-sdk/tags-configuration/create-identities - Create tag rules
https://experienceleague.adobe.com/en/docs/platform-learn/implement-web-sdk/tags-configuration/create-tag-rule - Validate Web SDK implementations with Experience Platform Debugger
https://experienceleague.adobe.com/en/docs/platform-learn/implement-web-sdk/tags-configuration/validate-with-debugger
Any insights or suggestions would be greatly appreciated!
Thanks in advance!



