orbanlevi revised this gist 6 months ago. Go to revision
1 file changed, 347 insertions
crux-ui-log.json(file created)
| @@ -0,0 +1,347 @@ | |||
| 1 | + | ⨯ AxiosError: Request failed with status code 429 | |
| 2 | + | at settle (/app/node_modules/axios/dist/node/axios.cjs:2031:12) | |
| 3 | + | at IncomingMessage.handleStreamEnd (/app/node_modules/axios/dist/node/axios.cjs:3148:11) | |
| 4 | + | at IncomingMessage.emit (node:events:526:35) | |
| 5 | + | at endReadableNT (node:internal/streams/readable:1589:12) | |
| 6 | + | at process.processTicksAndRejections (node:internal/process/task_queues:82:21) | |
| 7 | + | at Axios.request (/app/node_modules/axios/dist/node/axios.cjs:4258:41) | |
| 8 | + | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) | |
| 9 | + | at async I (/app/.next/server/pages/auth/login.js:1:8636) | |
| 10 | + | at async L (/app/.next/server/pages/auth/login.js:1:8849) | |
| 11 | + | at async e3 (/app/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js:31:594) | |
| 12 | + | at async doRender (/app/node_modules/next/dist/server/base-server.js:1414:30) | |
| 13 | + | at async cacheEntry.responseCache.get.routeKind (/app/node_modules/next/dist/server/base-server.js:1588:28) | |
| 14 | + | at async NextNodeServer.renderToResponseWithComponentsImpl (/app/node_modules/next/dist/server/base-server.js:1496:28) | |
| 15 | + | at async NextNodeServer.renderPageComponent (/app/node_modules/next/dist/server/base-server.js:1924:24) | |
| 16 | + | at async NextNodeServer.renderToResponseImpl (/app/node_modules/next/dist/server/base-server.js:1962:32) { | |
| 17 | + | code: 'ERR_BAD_REQUEST', | |
| 18 | + | config: { | |
| 19 | + | transitional: { | |
| 20 | + | silentJSONParsing: true, | |
| 21 | + | forcedJSONParsing: true, | |
| 22 | + | clarifyTimeoutError: false | |
| 23 | + | }, | |
| 24 | + | adapter: [ 'xhr', 'http', 'fetch' ], | |
| 25 | + | transformRequest: [ [Function: transformRequest] ], | |
| 26 | + | transformResponse: [ [Function: transformResponse] ], | |
| 27 | + | timeout: 0, | |
| 28 | + | xsrfCookieName: 'XSRF-TOKEN', | |
| 29 | + | xsrfHeaderName: 'X-XSRF-TOKEN', | |
| 30 | + | maxContentLength: -1, | |
| 31 | + | maxBodyLength: -1, | |
| 32 | + | env: { FormData: [Function], Blob: [class Blob] }, | |
| 33 | + | validateStatus: [Function: validateStatus], | |
| 34 | + | headers: Object [AxiosHeaders] { | |
| 35 | + | Accept: 'application/json, text/plain, */*', | |
| 36 | + | 'Content-Type': undefined, | |
| 37 | + | 'User-Agent': 'axios/1.8.2', | |
| 38 | + | 'Accept-Encoding': 'gzip, compress, deflate, br' | |
| 39 | + | }, | |
| 40 | + | method: 'get', | |
| 41 | + | url: 'https://staging.dyrector.io/kratos/self-service/login/browser?refresh=false', | |
| 42 | + | allowAbsoluteUrls: true, | |
| 43 | + | data: undefined | |
| 44 | + | }, | |
| 45 | + | request: <ref *1> ClientRequest { | |
| 46 | + | _events: [Object: null prototype] { | |
| 47 | + | abort: [Function (anonymous)], | |
| 48 | + | aborted: [Function (anonymous)], | |
| 49 | + | connect: [Function (anonymous)], | |
| 50 | + | error: [Function (anonymous)], | |
| 51 | + | socket: [Function (anonymous)], | |
| 52 | + | timeout: [Function (anonymous)], | |
| 53 | + | finish: [Function: requestOnFinish] | |
| 54 | + | }, | |
| 55 | + | _eventsCount: 7, | |
| 56 | + | _maxListeners: undefined, | |
| 57 | + | outputData: [], | |
| 58 | + | outputSize: 0, | |
| 59 | + | writable: true, | |
| 60 | + | destroyed: true, | |
| 61 | + | _last: true, | |
| 62 | + | chunkedEncoding: false, | |
| 63 | + | shouldKeepAlive: true, | |
| 64 | + | maxRequestsOnConnectionReached: false, | |
| 65 | + | _defaultKeepAlive: true, | |
| 66 | + | useChunkedEncodingByDefault: false, | |
| 67 | + | sendDate: false, | |
| 68 | + | _removedConnection: false, | |
| 69 | + | _removedContLen: false, | |
| 70 | + | _removedTE: false, | |
| 71 | + | strictContentLength: false, | |
| 72 | + | _contentLength: 0, | |
| 73 | + | _hasBody: true, | |
| 74 | + | _trailer: '', | |
| 75 | + | finished: true, | |
| 76 | + | _headerSent: true, | |
| 77 | + | _closed: true, | |
| 78 | + | socket: TLSSocket { | |
| 79 | + | _tlsOptions: [Object], | |
| 80 | + | _secureEstablished: true, | |
| 81 | + | _securePending: false, | |
| 82 | + | _newSessionPending: false, | |
| 83 | + | _controlReleased: true, | |
| 84 | + | secureConnecting: false, | |
| 85 | + | _SNICallback: null, | |
| 86 | + | servername: 'staging.dyrector.io', | |
| 87 | + | alpnProtocol: false, | |
| 88 | + | authorized: true, | |
| 89 | + | authorizationError: null, | |
| 90 | + | encrypted: true, | |
| 91 | + | _events: [Object: null prototype], | |
| 92 | + | _eventsCount: 9, | |
| 93 | + | connecting: false, | |
| 94 | + | _hadError: false, | |
| 95 | + | _parent: null, | |
| 96 | + | _host: 'staging.dyrector.io', | |
| 97 | + | _closeAfterHandlingError: false, | |
| 98 | + | _readableState: [ReadableState], | |
| 99 | + | _maxListeners: undefined, | |
| 100 | + | _writableState: [WritableState], | |
| 101 | + | allowHalfOpen: false, | |
| 102 | + | _sockname: null, | |
| 103 | + | _pendingData: null, | |
| 104 | + | _pendingEncoding: '', | |
| 105 | + | server: undefined, | |
| 106 | + | _server: null, | |
| 107 | + | ssl: [TLSWrap], | |
| 108 | + | _requestCert: true, | |
| 109 | + | _rejectUnauthorized: true, | |
| 110 | + | timeout: 5000, | |
| 111 | + | parser: null, | |
| 112 | + | _httpMessage: null, | |
| 113 | + | [Symbol(alpncallback)]: null, | |
| 114 | + | [Symbol(res)]: [TLSWrap], | |
| 115 | + | [Symbol(verified)]: true, | |
| 116 | + | [Symbol(pendingSession)]: null, | |
| 117 | + | [Symbol(async_id_symbol)]: -1, | |
| 118 | + | [Symbol(kHandle)]: [TLSWrap], | |
| 119 | + | [Symbol(lastWriteQueueSize)]: 0, | |
| 120 | + | [Symbol(timeout)]: Timeout { | |
| 121 | + | _idleTimeout: 5000, | |
| 122 | + | _idlePrev: [TimersList], | |
| 123 | + | _idleNext: [Timeout], | |
| 124 | + | _idleStart: 276012686, | |
| 125 | + | _onTimeout: [Function: bound ], | |
| 126 | + | _timerArgs: undefined, | |
| 127 | + | _repeat: null, | |
| 128 | + | _destroyed: false, | |
| 129 | + | [Symbol(refed)]: false, | |
| 130 | + | [Symbol(kHasPrimitive)]: false, | |
| 131 | + | [Symbol(asyncId)]: 498774, | |
| 132 | + | [Symbol(triggerId)]: 498772 | |
| 133 | + | }, | |
| 134 | + | [Symbol(kBuffer)]: null, | |
| 135 | + | [Symbol(kBufferCb)]: null, | |
| 136 | + | [Symbol(kBufferGen)]: null, | |
| 137 | + | [Symbol(kCapture)]: false, | |
| 138 | + | [Symbol(kSetNoDelay)]: false, | |
| 139 | + | [Symbol(kSetKeepAlive)]: true, | |
| 140 | + | [Symbol(kSetKeepAliveInitialDelay)]: 1, | |
| 141 | + | [Symbol(kBytesRead)]: 0, | |
| 142 | + | [Symbol(kBytesWritten)]: 0, | |
| 143 | + | [Symbol(connect-options)]: [Object] | |
| 144 | + | }, | |
| 145 | + | _header: 'GET /kratos/self-service/login/browser?refresh=false HTTP/1.1\r\n' + | |
| 146 | + | 'Accept: application/json, text/plain, */*\r\n' + | |
| 147 | + | 'User-Agent: axios/1.8.2\r\n' + | |
| 148 | + | 'Accept-Encoding: gzip, compress, deflate, br\r\n' + | |
| 149 | + | 'Host: staging.dyrector.io\r\n' + | |
| 150 | + | 'Connection: keep-alive\r\n' + | |
| 151 | + | '\r\n', | |
| 152 | + | _keepAliveTimeout: 0, | |
| 153 | + | _onPendingData: [Function: nop], | |
| 154 | + | agent: Agent { | |
| 155 | + | _events: [Object: null prototype], | |
| 156 | + | _eventsCount: 2, | |
| 157 | + | _maxListeners: undefined, | |
| 158 | + | defaultPort: 443, | |
| 159 | + | protocol: 'https:', | |
| 160 | + | options: [Object: null prototype], | |
| 161 | + | requests: [Object: null prototype] {}, | |
| 162 | + | sockets: [Object: null prototype] {}, | |
| 163 | + | freeSockets: [Object: null prototype], | |
| 164 | + | keepAliveMsecs: 1000, | |
| 165 | + | keepAlive: true, | |
| 166 | + | maxSockets: Infinity, | |
| 167 | + | maxFreeSockets: 256, | |
| 168 | + | scheduling: 'lifo', | |
| 169 | + | maxTotalSockets: Infinity, | |
| 170 | + | totalSocketCount: 1, | |
| 171 | + | maxCachedSessions: 100, | |
| 172 | + | _sessionCache: [Object], | |
| 173 | + | [Symbol(kCapture)]: false | |
| 174 | + | }, | |
| 175 | + | socketPath: undefined, | |
| 176 | + | method: 'GET', | |
| 177 | + | maxHeaderSize: undefined, | |
| 178 | + | insecureHTTPParser: undefined, | |
| 179 | + | joinDuplicateHeaders: undefined, | |
| 180 | + | path: '/kratos/self-service/login/browser?refresh=false', | |
| 181 | + | _ended: true, | |
| 182 | + | res: IncomingMessage { | |
| 183 | + | _readableState: [ReadableState], | |
| 184 | + | _events: [Object: null prototype], | |
| 185 | + | _eventsCount: 4, | |
| 186 | + | _maxListeners: undefined, | |
| 187 | + | socket: null, | |
| 188 | + | httpVersionMajor: 1, | |
| 189 | + | httpVersionMinor: 1, | |
| 190 | + | httpVersion: '1.1', | |
| 191 | + | complete: true, | |
| 192 | + | rawHeaders: [Array], | |
| 193 | + | rawTrailers: [], | |
| 194 | + | joinDuplicateHeaders: undefined, | |
| 195 | + | aborted: false, | |
| 196 | + | upgrade: false, | |
| 197 | + | url: '', | |
| 198 | + | method: null, | |
| 199 | + | statusCode: 429, | |
| 200 | + | statusMessage: 'Too Many Requests', | |
| 201 | + | client: [TLSSocket], | |
| 202 | + | _consuming: false, | |
| 203 | + | _dumped: false, | |
| 204 | + | req: [Circular *1], | |
| 205 | + | responseUrl: 'https://staging.dyrector.io/kratos/self-service/login/browser?refresh=false', | |
| 206 | + | redirects: [], | |
| 207 | + | [Symbol(kCapture)]: false, | |
| 208 | + | [Symbol(kHeaders)]: [Object], | |
| 209 | + | [Symbol(kHeadersCount)]: 10, | |
| 210 | + | [Symbol(kTrailers)]: null, | |
| 211 | + | [Symbol(kTrailersCount)]: 0 | |
| 212 | + | }, | |
| 213 | + | aborted: false, | |
| 214 | + | timeoutCb: null, | |
| 215 | + | upgradeOrConnect: false, | |
| 216 | + | parser: null, | |
| 217 | + | maxHeadersCount: null, | |
| 218 | + | reusedSocket: true, | |
| 219 | + | host: 'staging.dyrector.io', | |
| 220 | + | protocol: 'https:', | |
| 221 | + | _redirectable: Writable { | |
| 222 | + | _writableState: [WritableState], | |
| 223 | + | _events: [Object: null prototype], | |
| 224 | + | _eventsCount: 3, | |
| 225 | + | _maxListeners: undefined, | |
| 226 | + | _options: [Object], | |
| 227 | + | _ended: true, | |
| 228 | + | _ending: true, | |
| 229 | + | _redirectCount: 0, | |
| 230 | + | _redirects: [], | |
| 231 | + | _requestBodyLength: 0, | |
| 232 | + | _requestBodyBuffers: [], | |
| 233 | + | _onNativeResponse: [Function (anonymous)], | |
| 234 | + | _currentRequest: [Circular *1], | |
| 235 | + | _currentUrl: 'https://staging.dyrector.io/kratos/self-service/login/browser?refresh=false', | |
| 236 | + | [Symbol(kCapture)]: false | |
| 237 | + | }, | |
| 238 | + | [Symbol(kCapture)]: false, | |
| 239 | + | [Symbol(kBytesWritten)]: 0, | |
| 240 | + | [Symbol(kNeedDrain)]: false, | |
| 241 | + | [Symbol(corked)]: 0, | |
| 242 | + | [Symbol(kOutHeaders)]: [Object: null prototype] { | |
| 243 | + | accept: [Array], | |
| 244 | + | 'user-agent': [Array], | |
| 245 | + | 'accept-encoding': [Array], | |
| 246 | + | host: [Array] | |
| 247 | + | }, | |
| 248 | + | [Symbol(errored)]: null, | |
| 249 | + | [Symbol(kHighWaterMark)]: 16384, | |
| 250 | + | [Symbol(kRejectNonStandardBodyWrites)]: false, | |
| 251 | + | [Symbol(kUniqueHeaders)]: null | |
| 252 | + | }, | |
| 253 | + | response: { | |
| 254 | + | status: 429, | |
| 255 | + | statusText: 'Too Many Requests', | |
| 256 | + | headers: Object [AxiosHeaders] { | |
| 257 | + | 'retry-after': '1', | |
| 258 | + | 'x-retry-in': '7.391552ms', | |
| 259 | + | date: 'Thu, 17 Jul 2025 13:17:26 GMT', | |
| 260 | + | 'content-length': '17', | |
| 261 | + | 'content-type': 'text/plain; charset=utf-8' | |
| 262 | + | }, | |
| 263 | + | config: { | |
| 264 | + | transitional: [Object], | |
| 265 | + | adapter: [Array], | |
| 266 | + | transformRequest: [Array], | |
| 267 | + | transformResponse: [Array], | |
| 268 | + | timeout: 0, | |
| 269 | + | xsrfCookieName: 'XSRF-TOKEN', | |
| 270 | + | xsrfHeaderName: 'X-XSRF-TOKEN', | |
| 271 | + | maxContentLength: -1, | |
| 272 | + | maxBodyLength: -1, | |
| 273 | + | env: [Object], | |
| 274 | + | validateStatus: [Function: validateStatus], | |
| 275 | + | headers: [Object [AxiosHeaders]], | |
| 276 | + | method: 'get', | |
| 277 | + | url: 'https://staging.dyrector.io/kratos/self-service/login/browser?refresh=false', | |
| 278 | + | allowAbsoluteUrls: true, | |
| 279 | + | data: undefined | |
| 280 | + | }, | |
| 281 | + | request: <ref *1> ClientRequest { | |
| 282 | + | _events: [Object: null prototype], | |
| 283 | + | _eventsCount: 7, | |
| 284 | + | _maxListeners: undefined, | |
| 285 | + | outputData: [], | |
| 286 | + | outputSize: 0, | |
| 287 | + | writable: true, | |
| 288 | + | destroyed: true, | |
| 289 | + | _last: true, | |
| 290 | + | chunkedEncoding: false, | |
| 291 | + | shouldKeepAlive: true, | |
| 292 | + | maxRequestsOnConnectionReached: false, | |
| 293 | + | _defaultKeepAlive: true, | |
| 294 | + | useChunkedEncodingByDefault: false, | |
| 295 | + | sendDate: false, | |
| 296 | + | _removedConnection: false, | |
| 297 | + | _removedContLen: false, | |
| 298 | + | _removedTE: false, | |
| 299 | + | strictContentLength: false, | |
| 300 | + | _contentLength: 0, | |
| 301 | + | _hasBody: true, | |
| 302 | + | _trailer: '', | |
| 303 | + | finished: true, | |
| 304 | + | _headerSent: true, | |
| 305 | + | _closed: true, | |
| 306 | + | socket: [TLSSocket], | |
| 307 | + | _header: 'GET /kratos/self-service/login/browser?refresh=false HTTP/1.1\r\n' + | |
| 308 | + | 'Accept: application/json, text/plain, */*\r\n' + | |
| 309 | + | 'User-Agent: axios/1.8.2\r\n' + | |
| 310 | + | 'Accept-Encoding: gzip, compress, deflate, br\r\n' + | |
| 311 | + | 'Host: staging.dyrector.io\r\n' + | |
| 312 | + | 'Connection: keep-alive\r\n' + | |
| 313 | + | '\r\n', | |
| 314 | + | _keepAliveTimeout: 0, | |
| 315 | + | _onPendingData: [Function: nop], | |
| 316 | + | agent: [Agent], | |
| 317 | + | socketPath: undefined, | |
| 318 | + | method: 'GET', | |
| 319 | + | maxHeaderSize: undefined, | |
| 320 | + | insecureHTTPParser: undefined, | |
| 321 | + | joinDuplicateHeaders: undefined, | |
| 322 | + | path: '/kratos/self-service/login/browser?refresh=false', | |
| 323 | + | _ended: true, | |
| 324 | + | res: [IncomingMessage], | |
| 325 | + | aborted: false, | |
| 326 | + | timeoutCb: null, | |
| 327 | + | upgradeOrConnect: false, | |
| 328 | + | parser: null, | |
| 329 | + | maxHeadersCount: null, | |
| 330 | + | reusedSocket: true, | |
| 331 | + | host: 'staging.dyrector.io', | |
| 332 | + | protocol: 'https:', | |
| 333 | + | _redirectable: [Writable], | |
| 334 | + | [Symbol(kCapture)]: false, | |
| 335 | + | [Symbol(kBytesWritten)]: 0, | |
| 336 | + | [Symbol(kNeedDrain)]: false, | |
| 337 | + | [Symbol(corked)]: 0, | |
| 338 | + | [Symbol(kOutHeaders)]: [Object: null prototype], | |
| 339 | + | [Symbol(errored)]: null, | |
| 340 | + | [Symbol(kHighWaterMark)]: 16384, | |
| 341 | + | [Symbol(kRejectNonStandardBodyWrites)]: false, | |
| 342 | + | [Symbol(kUniqueHeaders)]: null | |
| 343 | + | }, | |
| 344 | + | data: 'Too Many Requests' | |
| 345 | + | }, | |
| 346 | + | status: 429 | |
| 347 | + | } | |
Newer
Older