Hello,
We are trying to customize the event portal and have a few questions regarding the process.
1. Dynamics Marketing with PowerApps event portal. I need to download and customize the latest version of the Sample Event Portal that "matches the version of the event management solution". The Marketing application is the latest version. It is 1.35.10059.1039 in the administration settings. The sample portals have a different versioning, the latest being 1.20 (Feb release). Which one is the matching version between the portal and the marketing app?
2. I am assuming that for this setup we, need to follow the "Self-hosted custom event website" (https://docs.microsoft.com/en-us/dynamics365/marketing/developer/self-hosted). Is that correct?
3. The readMe says that Agular version 6.1.2 is used but the local version is 7.3.9. Which version is correct? The "ng build --prod" command produces an error : "Configuration 'production' could not be found in project 'ClientApp'."
4. When I try to browse the site from localhost I am getting an error: "There was an issue when communicating with the server.". I configured using the self-hosted instructions and added the localhost:4200 to the web appliations. There is a bunch of errors in browser starting with: "localhost:4200/.../1036.json 404 (Not Found)"
"Access to XMLHttpRequest at .... from origin 'http://localhost:4200' has been blocked by CORS policy:"
Anyone having those issues?