We discovered a bug in the PVA chatbot which we would like to report through the Power platform admin center.
Except there is a bug in the bug report that prevents us from doing so.
Where could we report this admin center bug?
When creating a support request at https://admin.powerplatform.microsoft.com/support
we get a message with the text: "There is a problem with submitting your request. Please go back to Home Page and try again later."
The chrome devtools show that this request fails:
https://admin.powerplatform.microsoft.com/api/SupportTickets
With HTTP status: HTTP/1.1 500 Internal Server Error
The response payload is:
{"error":{"namespace":"SupportTicketHelper","code":"TicketCreationException","message":"Ticket creation failed with an unhandled exception","innerError":{"namespace":"ServicePlatform","code":"UnknownError","innerError":{"namespace":"ServicePlatform","code":"UnknownError"}}}}