Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to send email to external reviewer #247

Open
Perficient-DomKenney opened this issue May 6, 2024 · 2 comments
Open

Unable to send email to external reviewer #247

Perficient-DomKenney opened this issue May 6, 2024 · 2 comments

Comments

@Perficient-DomKenney
Copy link

When creating the external review link, the share button correctly pulls up the email modal & I am able to populate this.

However, once I hit the send button it fails to ever send out.

This appears to be happening on multiple clients, and their configuration regarding AdvancedReviews is the same as the test provided in this repo (so far as I have been able to identify).

@barteksekula
Copy link
Member

Hi, any callstack?

@Perficient-DomKenney
Copy link
Author

Perficient-DomKenney commented May 6, 2024

The only error I receive is the following output from Application Insights:

{
  "name": "AppRequests",
  "time": "2024-05-06T17:14:43.8227581Z",
  "iKey": "a230e1d2-20b6-49a4-ac58-8e63aeb4bd84",
  "tags": {
    "ai.application.ver": "6.0.0.0",
    "ai.cloud.roleInstance": "localhost",
    "ai.user.id": "VUGN4GI7HHz1ONBtJiwBIR",
    "ai.operation.id": "7e0a2144ace8e5fba7c9738c8eb0114b",
    "ai.operation.name": "POST /EPiServer/advanced-cms-external-reviews/Stores/externalreviewstore/45bb7064-3cce-426a-a2ee-657ef17530ae",
    "ai.location.ip": "127.0.0.1",
    "ai.internal.sdkVersion": "aspnet5c:2.21.0+5e2e7ddda961ec0e16a75b1ae0a37f6a13c777f5",
    "ai.internal.nodeName": "localhost"
  },
  "data": {
    "baseType": "RequestData",
    "baseData": {
      "ver": 2,
      "id": "def65d17006d0586",
      "name": "POST /EPiServer/advanced-cms-external-reviews/Stores/externalreviewstore/45bb7064-3cce-426a-a2ee-657ef17530ae",
      "duration": "00:00:00.0325029",
      "success": false,
      "responseCode": "400",
      "url": "https://localhost:44338/EPiServer/advanced-cms-external-reviews/Stores/externalreviewstore/45bb7064-3cce-426a-a2ee-657ef17530ae",
      "properties": {
        "AspNetCoreEnvironment": "Local",
        "_MS.ProcessedByMetricExtractors": "(Name:'Requests', Ver:'1.1')",
        "DeveloperMode": "true"
      }
    }
  }
}

No breakpoints or logs are generated on any DXP environment, but debugging locally I can see this. This is the only fragment related to this behavior I have been able to identify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants