fix
This commit is contained in:
parent
91f1d73295
commit
c28e58de88
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ export async function processRegistrationWebHandler(request, reply) {
|
||||||
try {
|
try {
|
||||||
const record = await getAndValidateStateOfRequest(request);
|
const record = await getAndValidateStateOfRequest(request);
|
||||||
const body = request.body;
|
const body = request.body;
|
||||||
|
console.log(request)
|
||||||
const baseUrl = new URL(request.originalUrl).pathname.replace(/\/+$/, '');
|
const baseUrl = new URL(request.originalUrl).pathname.replace(/\/+$/, '');
|
||||||
|
|
||||||
// we serialize the payload again and store it
|
// we serialize the payload again and store it
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue