© 2026 Hedgehog Software, LLC
Error Code: state_not_found
state
const body = request.body ? JSON.stringify(request.body) : undefined; console.log('body', body); // { state: 'AAA', code: 'BBB', id_token: 'CCC' } const req = new Request(url.toString(), { method: request.method, headers, body, });