Add request read
This commit is contained in:
parent
7131e4ed66
commit
403953df93
1 changed files with 6 additions and 1 deletions
|
@ -151,7 +151,12 @@ If you have any issues, reply to this email.""",
|
|||
|
||||
return Response.found(settings.successUri);
|
||||
} catch (error, stackTrace) {
|
||||
final message = "An error occurred: $error\n$stackTrace";
|
||||
final message =
|
||||
"""An error occurred for this request:
|
||||
${await request.readAsString()}
|
||||
$error
|
||||
$stackTrace
|
||||
""";
|
||||
|
||||
try {
|
||||
final room = client.getRoomByAlias(settings.adminRoom)!;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue