Project

General

Profile

Actions

Bug #12884

open

Self enrollment feedback submission is not working

Added by Rajitha Kumara 7 months ago. Updated 20 days ago.

Status:
Review
Priority:
Low
Start date:
11/04/2025
Due date:
% Done:

100%

Estimated time:
Device Type:
Component:
Type:
QA Start Time:
QA Due Time:
QA Estimated Time(Hours):

Description

Steps:
Go to endpoint-mgt => Enroll Device => Select Self Enrollment and continue to feedback form.

Observations:
When submitting a feedback 500 is getting return from the backend.
API : https://uem.mgt.entgra.net/entgra-ui-request-handler/invoke/device-mgt/v1.0/devices/enrollment/guide

Actions #1

Updated by Subodhinie chathurajika 6 months ago

  • Project changed from product-uem 7.0.0 GA to product-uem 7.1.0 GA
Actions #2

Updated by Arshana Atapattu 5 months ago

  • Project changed from product-uem 7.1.0 GA to product-uem 7.0.0 GA
Actions #3

Updated by Arshana Atapattu 5 months ago

  • Project changed from product-uem 7.0.0 GA to product-uem 7.1.0 GA
Actions #4

Updated by Arshana Atapattu 5 months ago

  • Project changed from product-uem 7.1.0 GA to product-uem 7.0.0 GA
Actions #5

Updated by Lasantha Dharmakeerthi about 1 month ago

  • Assignee set to Uditha Indunil
Actions #6

Updated by Uditha Indunil 20 days ago

  • Status changed from New to Under Investigation

The deployment.toml file under the transport.mail.sender section is currently being checked

Actions #7

Updated by Uditha Indunil 20 days ago

  • Status changed from Under Investigation to Review
  • % Done changed from 0 to 100

The task has been completed with the following configuration updates.
deployment.toml changes:

device_mgt_conf.enrollment_guide_conf]
enable = true
mail = ""

transport.mail.sender
name = "mailto"
parameter.host = "smtp-relay.gmail.com"
parameter.port = "587"
parameter.starttls.enable = true
parameter.auth = true
parameter.user = ""
parameter.password = ""
parameter.from = ""

Additionally, the WireGuard VPN configuration was updated by setting AllowedIPs to 0.0.0.0/0.
After applying these changes, the expected output was successfully obtained.

Actions

Also available in: Atom PDF