Bug #12884
openSelf enrollment feedback submission is not working
100%
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
Updated by Subodhinie chathurajika 6 months ago
- Project changed from product-uem 7.0.0 GA to product-uem 7.1.0 GA
Updated by Arshana Atapattu 5 months ago
- Project changed from product-uem 7.1.0 GA to product-uem 7.0.0 GA
Updated by Arshana Atapattu 5 months ago
- Project changed from product-uem 7.0.0 GA to product-uem 7.1.0 GA
Updated by Arshana Atapattu 5 months ago
- Project changed from product-uem 7.1.0 GA to product-uem 7.0.0 GA
Updated by Lasantha Dharmakeerthi about 1 month ago
- Assignee set to Uditha Indunil
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
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 = "udithaindunil5@gmail.com"
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 = "entgra-admin@entgra.io"
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.