node:internal/modules/cjs/loader:1215
  throw err;
  ^

Error: Cannot find module '/home/laaelont/factorsciences.com//server.js'
Require stack:
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1212:15)
    at Module._load (node:internal/modules/cjs/loader:1043:27)
    at Module.require (node:internal/modules/cjs/loader:1298:19)
    at require (node:internal/modules/helpers:182:18)
    at startApplication (/usr/local/lsws/fcgi-bin/lsnode.js:48:15)
    at Object.<anonymous> (/usr/local/lsws/fcgi-bin/lsnode.js:16:1)
    at Module._compile (node:internal/modules/cjs/loader:1529:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)
    at Module.load (node:internal/modules/cjs/loader:1275:32)
    at Module._load (node:internal/modules/cjs/loader:1096:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/usr/local/lsws/fcgi-bin/lsnode.js' ]
}

Node.js v20.19.4
node:internal/modules/cjs/loader:1215
  throw err;
  ^

Error: Cannot find module '/home/laaelont/factorsciences.com//server.js'
Require stack:
- /usr/local/lsws/fcgi-bin/lsnode.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1212:15)
    at Module._load (node:internal/modules/cjs/loader:1043:27)
    at Module.require (node:internal/modules/cjs/loader:1298:19)
    at require (node:internal/modules/helpers:182:18)
    at startApplication (/usr/local/lsws/fcgi-bin/lsnode.js:48:15)
    at Object.<anonymous> (/usr/local/lsws/fcgi-bin/lsnode.js:16:1)
    at Module._compile (node:internal/modules/cjs/loader:1529:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)
    at Module.load (node:internal/modules/cjs/loader:1275:32)
    at Module._load (node:internal/modules/cjs/loader:1096:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [ '/usr/local/lsws/fcgi-bin/lsnode.js' ]
}

Node.js v20.19.4
[2026-01-01T09:25:19.588Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NTk1Miwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MjYwMTkzLCJub25jZSI6IjY5NzQwYTY2LTZjNDctNDI3MC1hYTBiLWEyNTkxNzg5YjViYyIsImlhdCI6MTc2NzI1OTI5MywidiI6Mn0uOWMzMGNiYjQ2N2ZjNDhhYjQxNDY1ZDZiNDA1MTI4YzQxOTkwMDBiMTdmMjM5Zjk3ZTNlNmYyNzliN2MyZmM1Mw',
    billing_address: {
      first_name: 'Sami',
      last_name: 'Yunis',
      address_1: '4735 Sepulveda Blvd, Apt 411',
      address_2: '',
      city: 'Sherman Oaks',
      state: '',
      postcode: '91403',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NTk1Miwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MjYwMTkzLCJub25jZSI6IjY5NzQwYTY2LTZjNDctNDI3MC1hYTBiLWEyNTkxNzg5YjViYyIsImlhdCI6MTc2NzI1OTI5MywidiI6Mn0uOWMzMGNiYjQ2N2ZjNDhhYjQxNDY1ZDZiNDA1MTI4YzQxOTkwMDBiMTdmMjM5Zjk3ZTNlNmYyNzliN2MyZmM1Mw",
  "billing_address": {
    "first_name": "Sami",
    "last_name": "Yunis",
    "address_1": "4735 Sepulveda Blvd, Apt 411",
    "address_2": "",
    "city": "Sherman Oaks",
    "state": "",
    "postcode": "91403",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
[2026-01-01T23:34:04.611Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2762)\n' +
    '    at o.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2941)\n' +
    '    at _ (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4892)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-01-01T23:34:07.693Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2762)\n' +
    '    at o.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2941)\n' +
    '    at _ (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4892)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-01-01T23:39:32.040Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NTk1NCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MzExNjI4LCJub25jZSI6ImU0ZTk0NjNjLTBhYjItNDg1NC04Y2NhLWI3Y2U0MTliNjkwOCIsImlhdCI6MTc2NzMxMDcyOCwidiI6Mn0uOWMyYWE2YjE3NWRmYTA3NDE3MzA4NWQzYzFiMjRkNTZmNDJkMjQxNDcyOWZkZjc2ZDU2MzhmODJhYmI5MzIxNw',
    billing_address: {
      first_name: 'Sam',
      last_name: 'Yuhannes',
      address_1: '15332 Weddington St. Apartment 6',
      address_2: '',
      city: 'sherman oaks',
      state: '',
      postcode: '91411',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NTk1NCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MzExNjI4LCJub25jZSI6ImU0ZTk0NjNjLTBhYjItNDg1NC04Y2NhLWI3Y2U0MTliNjkwOCIsImlhdCI6MTc2NzMxMDcyOCwidiI6Mn0uOWMyYWE2YjE3NWRmYTA3NDE3MzA4NWQzYzFiMjRkNTZmNDJkMjQxNDcyOWZkZjc2ZDU2MzhmODJhYmI5MzIxNw",
  "billing_address": {
    "first_name": "Sam",
    "last_name": "Yuhannes",
    "address_1": "15332 Weddington St. Apartment 6",
    "address_2": "",
    "city": "sherman oaks",
    "state": "",
    "postcode": "91411",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
[2026-01-01T23:39:33.768Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NTk1NCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MzExNjI4LCJub25jZSI6ImU0ZTk0NjNjLTBhYjItNDg1NC04Y2NhLWI3Y2U0MTliNjkwOCIsImlhdCI6MTc2NzMxMDcyOCwidiI6Mn0uOWMyYWE2YjE3NWRmYTA3NDE3MzA4NWQzYzFiMjRkNTZmNDJkMjQxNDcyOWZkZjc2ZDU2MzhmODJhYmI5MzIxNw',
    billing_address: {
      first_name: 'Sam',
      last_name: 'Yuhannes',
      address_1: '15332 Weddington St. Apartment 6',
      address_2: '',
      city: 'sherman oaks',
      state: '',
      postcode: '91411',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NTk1NCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MzExNjI4LCJub25jZSI6ImU0ZTk0NjNjLTBhYjItNDg1NC04Y2NhLWI3Y2U0MTliNjkwOCIsImlhdCI6MTc2NzMxMDcyOCwidiI6Mn0uOWMyYWE2YjE3NWRmYTA3NDE3MzA4NWQzYzFiMjRkNTZmNDJkMjQxNDcyOWZkZjc2ZDU2MzhmODJhYmI5MzIxNw",
  "billing_address": {
    "first_name": "Sam",
    "last_name": "Yuhannes",
    "address_1": "15332 Weddington St. Apartment 6",
    "address_2": "",
    "city": "sherman oaks",
    "state": "",
    "postcode": "91411",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
[2026-01-01T23:39:34.460Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NTk1NCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MzExNjI4LCJub25jZSI6ImU0ZTk0NjNjLTBhYjItNDg1NC04Y2NhLWI3Y2U0MTliNjkwOCIsImlhdCI6MTc2NzMxMDcyOCwidiI6Mn0uOWMyYWE2YjE3NWRmYTA3NDE3MzA4NWQzYzFiMjRkNTZmNDJkMjQxNDcyOWZkZjc2ZDU2MzhmODJhYmI5MzIxNw',
    billing_address: {
      first_name: 'Sam',
      last_name: 'Yuhannes',
      address_1: '15332 Weddington St. Apartment 6',
      address_2: '',
      city: 'sherman oaks',
      state: '',
      postcode: '91411',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NTk1NCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MzExNjI4LCJub25jZSI6ImU0ZTk0NjNjLTBhYjItNDg1NC04Y2NhLWI3Y2U0MTliNjkwOCIsImlhdCI6MTc2NzMxMDcyOCwidiI6Mn0uOWMyYWE2YjE3NWRmYTA3NDE3MzA4NWQzYzFiMjRkNTZmNDJkMjQxNDcyOWZkZjc2ZDU2MzhmODJhYmI5MzIxNw",
  "billing_address": {
    "first_name": "Sam",
    "last_name": "Yuhannes",
    "address_1": "15332 Weddington St. Apartment 6",
    "address_2": "",
    "city": "sherman oaks",
    "state": "",
    "postcode": "91411",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
[2026-01-01T23:39:35.899Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NTk1NCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MzExNjI4LCJub25jZSI6ImU0ZTk0NjNjLTBhYjItNDg1NC04Y2NhLWI3Y2U0MTliNjkwOCIsImlhdCI6MTc2NzMxMDcyOCwidiI6Mn0uOWMyYWE2YjE3NWRmYTA3NDE3MzA4NWQzYzFiMjRkNTZmNDJkMjQxNDcyOWZkZjc2ZDU2MzhmODJhYmI5MzIxNw',
    billing_address: {
      first_name: 'Sam',
      last_name: 'Yuhannes',
      address_1: '15332 Weddington St. Apartment 6',
      address_2: '',
      city: 'sherman oaks',
      state: '',
      postcode: '91411',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NTk1NCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MzExNjI4LCJub25jZSI6ImU0ZTk0NjNjLTBhYjItNDg1NC04Y2NhLWI3Y2U0MTliNjkwOCIsImlhdCI6MTc2NzMxMDcyOCwidiI6Mn0uOWMyYWE2YjE3NWRmYTA3NDE3MzA4NWQzYzFiMjRkNTZmNDJkMjQxNDcyOWZkZjc2ZDU2MzhmODJhYmI5MzIxNw",
  "billing_address": {
    "first_name": "Sam",
    "last_name": "Yuhannes",
    "address_1": "15332 Weddington St. Apartment 6",
    "address_2": "",
    "city": "sherman oaks",
    "state": "",
    "postcode": "91411",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
[2026-01-01T23:39:36.565Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NTk1NCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MzExNjI4LCJub25jZSI6ImU0ZTk0NjNjLTBhYjItNDg1NC04Y2NhLWI3Y2U0MTliNjkwOCIsImlhdCI6MTc2NzMxMDcyOCwidiI6Mn0uOWMyYWE2YjE3NWRmYTA3NDE3MzA4NWQzYzFiMjRkNTZmNDJkMjQxNDcyOWZkZjc2ZDU2MzhmODJhYmI5MzIxNw',
    billing_address: {
      first_name: 'Sam',
      last_name: 'Yuhannes',
      address_1: '15332 Weddington St. Apartment 6',
      address_2: '',
      city: 'sherman oaks',
      state: '',
      postcode: '91411',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NTk1NCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MzExNjI4LCJub25jZSI6ImU0ZTk0NjNjLTBhYjItNDg1NC04Y2NhLWI3Y2U0MTliNjkwOCIsImlhdCI6MTc2NzMxMDcyOCwidiI6Mn0uOWMyYWE2YjE3NWRmYTA3NDE3MzA4NWQzYzFiMjRkNTZmNDJkMjQxNDcyOWZkZjc2ZDU2MzhmODJhYmI5MzIxNw",
  "billing_address": {
    "first_name": "Sam",
    "last_name": "Yuhannes",
    "address_1": "15332 Weddington St. Apartment 6",
    "address_2": "",
    "city": "sherman oaks",
    "state": "",
    "postcode": "91411",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
[2026-01-02T00:03:57.787Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NTk1NCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MzExNjI4LCJub25jZSI6ImU0ZTk0NjNjLTBhYjItNDg1NC04Y2NhLWI3Y2U0MTliNjkwOCIsImlhdCI6MTc2NzMxMDcyOCwidiI6Mn0uOWMyYWE2YjE3NWRmYTA3NDE3MzA4NWQzYzFiMjRkNTZmNDJkMjQxNDcyOWZkZjc2ZDU2MzhmODJhYmI5MzIxNw',
    billing_address: {
      first_name: 'Sam',
      last_name: 'Yuhannes',
      address_1: '15332 Weddington St. Apartment 6',
      address_2: '',
      city: 'sherman oaks',
      state: '',
      postcode: '91411',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NTk1NCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY3MzExNjI4LCJub25jZSI6ImU0ZTk0NjNjLTBhYjItNDg1NC04Y2NhLWI3Y2U0MTliNjkwOCIsImlhdCI6MTc2NzMxMDcyOCwidiI6Mn0uOWMyYWE2YjE3NWRmYTA3NDE3MzA4NWQzYzFiMjRkNTZmNDJkMjQxNDcyOWZkZjc2ZDU2MzhmODJhYmI5MzIxNw",
  "billing_address": {
    "first_name": "Sam",
    "last_name": "Yuhannes",
    "address_1": "15332 Weddington St. Apartment 6",
    "address_2": "",
    "city": "sherman oaks",
    "state": "",
    "postcode": "91411",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
[2026-01-02T00:04:00.502Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2762)\n' +
    '    at o.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2941)\n' +
    '    at _ (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4892)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-01-18T22:09:07.796Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-18T22:09:24.206Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-18T23:09:33.133Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-19T03:13:15.660Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-19T16:57:21.311Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-01-20T16:56:51.629Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-20T22:40:56.769Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-20T22:41:13.185Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-20T22:44:54.427Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-20T22:51:52.848Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-20T23:40:36.632Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-20T23:44:58.788Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-20T23:52:48.237Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-21T01:46:24.103Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-21T01:52:16.624Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-21T03:43:30.933Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-21T03:44:49.444Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-21T03:51:39.945Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-21T17:19:03.381Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-21T17:53:13.250Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-21T19:58:48.319Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-21T20:01:22.887Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-01-22T18:08:24.278Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-22T19:47:16.647Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-22T19:52:07.208Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-01-23T18:18:27.666Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-23T19:39:37.008Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-23T19:51:20.732Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
Error: Failed to find Server Action "HLDMoQCW55rvQVBm". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "MicyKzai7uRxhM9l". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-01-27T04:38:49.496Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T04:39:05.838Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T04:41:51.665Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T04:41:51.969Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T04:41:59.379Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T04:43:37.188Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T04:45:04.472Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T04:45:04.783Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T05:39:34.181Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T05:40:49.075Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T05:41:38.873Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T05:42:33.476Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T05:44:05.537Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T05:45:07.031Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T05:46:03.080Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T07:40:00.281Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T07:40:14.541Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T07:42:26.812Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T07:45:57.511Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T07:46:01.964Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T07:47:05.461Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T09:38:14.704Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T09:38:48.470Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T09:41:04.832Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T09:42:01.111Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-27T23:26:51.869Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-28T01:32:17.466Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-28T01:35:04.172Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-28T01:38:04.138Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-28T01:43:34.284Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-28T01:43:50.214Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-28T01:53:02.662Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-28T23:52:33.260Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-29T01:10:10.731Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-29T01:24:47.865Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-29T01:35:01.623Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-29T01:54:50.533Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-29T01:55:41.059Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-29T02:03:20.588Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-29T06:32:39.738Z] [v0] Payment intent error {
  error: 'Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0',
  stack: 'Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
Stack Trace: Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

[2026-01-29T06:32:59.339Z] [v0] Payment intent error {
  error: 'Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0',
  stack: 'Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
Stack Trace: Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

Error: Failed to find Server Action "auth". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-01-29T20:31:21.238Z] [v0] Payment intent error {
  error: 'Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0',
  stack: 'Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
Stack Trace: Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

[2026-01-29T20:31:26.921Z] [v0] Payment intent error {
  error: 'Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0',
  stack: 'Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
Stack Trace: Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

[2026-01-29T20:31:38.275Z] [v0] Payment intent error {
  error: 'Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0',
  stack: 'Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
Stack Trace: Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

[2026-01-29T21:24:23.000Z] [v0] Payment intent error {
  error: 'Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0',
  stack: 'Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
Stack Trace: Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

[2026-01-29T21:24:29.814Z] [v0] Payment intent error {
  error: 'Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0',
  stack: 'Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
Stack Trace: Error: Stripe error: Expired API Key provided: sk_test_*********************************************************************************************UjPpo0
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125246)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:6666)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11328)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12366)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:13444)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

[2026-01-30T00:05:49.757Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-01-30T01:33:32.724Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-30T01:34:22.105Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-30T01:35:10.594Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-30T01:37:01.958Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-30T01:50:43.979Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
[2026-01-30T01:51:19.368Z] [v0] Webhook error {
  error: 'Invalid webhook signature',
  stack: 'Error: Invalid webhook signature\n' +
    '    at nN.constructEvent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125405)\n' +
    '    at N (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:5000)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:11746)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:12784)\n' +
    '    at async M (/home/laaelont/factorsciences.com/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_959e0a0c.js:1:13862)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}
Error: Failed to find Server Action "8wo3t". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "82lep6". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "4lv3xwx". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "zsco5". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-01-30T15:17:59.852Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NTk4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5Nzg3MTQwLCJub25jZSI6IjFiNWRhMzQxLTY3Y2EtNGE5Ny05ZGY0LTExMjEzZjcxN2M2YSIsImlhdCI6MTc2OTc4NjI0MCwidiI6Mn0uYWYyZGYyMDIzODNhZDNlMjNlMmQxMTFjYjY0ZDY3NWQ0Yjg2ZjEwNjUwYTAyMmYyNTBmNjcxMzQ0NzE2ZDBkZA',
    billing_address: {
      first_name: 'xzc',
      last_name: 'zxc',
      address_1: 'zxczxc',
      address_2: 'zxczx',
      city: '',
      state: 'CA',
      postcode: '',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'City is required',
      path: [Array]
    },
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'Postal code is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NTk4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5Nzg3MTQwLCJub25jZSI6IjFiNWRhMzQxLTY3Y2EtNGE5Ny05ZGY0LTExMjEzZjcxN2M2YSIsImlhdCI6MTc2OTc4NjI0MCwidiI6Mn0uYWYyZGYyMDIzODNhZDNlMjNlMmQxMTFjYjY0ZDY3NWQ0Yjg2ZjEwNjUwYTAyMmYyNTBmNjcxMzQ0NzE2ZDBkZA",
  "billing_address": {
    "first_name": "xzc",
    "last_name": "zxc",
    "address_1": "zxczxc",
    "address_2": "zxczx",
    "city": "",
    "state": "CA",
    "postcode": "",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "City is required",
    "path": [
      "billing_address",
      "city"
    ]
  },
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "Postal code is required",
    "path": [
      "billing_address",
      "postcode"
    ]
  }
]
[2026-01-30T15:18:01.050Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NTk4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5Nzg3MTQwLCJub25jZSI6IjFiNWRhMzQxLTY3Y2EtNGE5Ny05ZGY0LTExMjEzZjcxN2M2YSIsImlhdCI6MTc2OTc4NjI0MCwidiI6Mn0uYWYyZGYyMDIzODNhZDNlMjNlMmQxMTFjYjY0ZDY3NWQ0Yjg2ZjEwNjUwYTAyMmYyNTBmNjcxMzQ0NzE2ZDBkZA',
    billing_address: {
      first_name: 'xzc',
      last_name: 'zxc',
      address_1: 'zxczxc',
      address_2: 'zxczx',
      city: '',
      state: 'CA',
      postcode: '',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'City is required',
      path: [Array]
    },
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'Postal code is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NTk4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5Nzg3MTQwLCJub25jZSI6IjFiNWRhMzQxLTY3Y2EtNGE5Ny05ZGY0LTExMjEzZjcxN2M2YSIsImlhdCI6MTc2OTc4NjI0MCwidiI6Mn0uYWYyZGYyMDIzODNhZDNlMjNlMmQxMTFjYjY0ZDY3NWQ0Yjg2ZjEwNjUwYTAyMmYyNTBmNjcxMzQ0NzE2ZDBkZA",
  "billing_address": {
    "first_name": "xzc",
    "last_name": "zxc",
    "address_1": "zxczxc",
    "address_2": "zxczx",
    "city": "",
    "state": "CA",
    "postcode": "",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "City is required",
    "path": [
      "billing_address",
      "city"
    ]
  },
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "Postal code is required",
    "path": [
      "billing_address",
      "postcode"
    ]
  }
]
[2026-01-30T15:18:03.696Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NTk4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5Nzg3MTQwLCJub25jZSI6IjFiNWRhMzQxLTY3Y2EtNGE5Ny05ZGY0LTExMjEzZjcxN2M2YSIsImlhdCI6MTc2OTc4NjI0MCwidiI6Mn0uYWYyZGYyMDIzODNhZDNlMjNlMmQxMTFjYjY0ZDY3NWQ0Yjg2ZjEwNjUwYTAyMmYyNTBmNjcxMzQ0NzE2ZDBkZA',
    billing_address: {
      first_name: 'xzc',
      last_name: 'zxc',
      address_1: 'zxczxc',
      address_2: 'zxczx',
      city: '',
      state: 'CA',
      postcode: '',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'City is required',
      path: [Array]
    },
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'Postal code is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NTk4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5Nzg3MTQwLCJub25jZSI6IjFiNWRhMzQxLTY3Y2EtNGE5Ny05ZGY0LTExMjEzZjcxN2M2YSIsImlhdCI6MTc2OTc4NjI0MCwidiI6Mn0uYWYyZGYyMDIzODNhZDNlMjNlMmQxMTFjYjY0ZDY3NWQ0Yjg2ZjEwNjUwYTAyMmYyNTBmNjcxMzQ0NzE2ZDBkZA",
  "billing_address": {
    "first_name": "xzc",
    "last_name": "zxc",
    "address_1": "zxczxc",
    "address_2": "zxczx",
    "city": "",
    "state": "CA",
    "postcode": "",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "City is required",
    "path": [
      "billing_address",
      "city"
    ]
  },
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "Postal code is required",
    "path": [
      "billing_address",
      "postcode"
    ]
  }
]
[2026-01-30T15:18:05.193Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NTk4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5Nzg3MTQwLCJub25jZSI6IjFiNWRhMzQxLTY3Y2EtNGE5Ny05ZGY0LTExMjEzZjcxN2M2YSIsImlhdCI6MTc2OTc4NjI0MCwidiI6Mn0uYWYyZGYyMDIzODNhZDNlMjNlMmQxMTFjYjY0ZDY3NWQ0Yjg2ZjEwNjUwYTAyMmYyNTBmNjcxMzQ0NzE2ZDBkZA',
    billing_address: {
      first_name: 'xzc',
      last_name: 'zxc',
      address_1: 'zxczxc',
      address_2: 'zxczx',
      city: '',
      state: 'CA',
      postcode: '',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'City is required',
      path: [Array]
    },
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'Postal code is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NTk4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5Nzg3MTQwLCJub25jZSI6IjFiNWRhMzQxLTY3Y2EtNGE5Ny05ZGY0LTExMjEzZjcxN2M2YSIsImlhdCI6MTc2OTc4NjI0MCwidiI6Mn0uYWYyZGYyMDIzODNhZDNlMjNlMmQxMTFjYjY0ZDY3NWQ0Yjg2ZjEwNjUwYTAyMmYyNTBmNjcxMzQ0NzE2ZDBkZA",
  "billing_address": {
    "first_name": "xzc",
    "last_name": "zxc",
    "address_1": "zxczxc",
    "address_2": "zxczx",
    "city": "",
    "state": "CA",
    "postcode": "",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "City is required",
    "path": [
      "billing_address",
      "city"
    ]
  },
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "Postal code is required",
    "path": [
      "billing_address",
      "postcode"
    ]
  }
]
[2026-01-30T15:18:25.390Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NTk4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5Nzg3MTQwLCJub25jZSI6IjFiNWRhMzQxLTY3Y2EtNGE5Ny05ZGY0LTExMjEzZjcxN2M2YSIsImlhdCI6MTc2OTc4NjI0MCwidiI6Mn0uYWYyZGYyMDIzODNhZDNlMjNlMmQxMTFjYjY0ZDY3NWQ0Yjg2ZjEwNjUwYTAyMmYyNTBmNjcxMzQ0NzE2ZDBkZA',
    billing_address: {
      first_name: 'xzc',
      last_name: 'zxc',
      address_1: 'zxczxc',
      address_2: 'zxczx',
      city: '',
      state: 'CA',
      postcode: '',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'City is required',
      path: [Array]
    },
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'Postal code is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NTk4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5Nzg3MTQwLCJub25jZSI6IjFiNWRhMzQxLTY3Y2EtNGE5Ny05ZGY0LTExMjEzZjcxN2M2YSIsImlhdCI6MTc2OTc4NjI0MCwidiI6Mn0uYWYyZGYyMDIzODNhZDNlMjNlMmQxMTFjYjY0ZDY3NWQ0Yjg2ZjEwNjUwYTAyMmYyNTBmNjcxMzQ0NzE2ZDBkZA",
  "billing_address": {
    "first_name": "xzc",
    "last_name": "zxc",
    "address_1": "zxczxc",
    "address_2": "zxczx",
    "city": "",
    "state": "CA",
    "postcode": "",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "City is required",
    "path": [
      "billing_address",
      "city"
    ]
  },
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "Postal code is required",
    "path": [
      "billing_address",
      "postcode"
    ]
  }
]
[2026-01-30T16:34:28.520Z] [v0] Checkout session error {
  error: 'fetch failed',
  stack: 'TypeError: fetch failed\n' +
    '    at node:internal/deps/undici/undici:13510:13\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async tx.getOrder (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__6dd7616b._.js:19:24651)\n' +
    '    at async _ (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4969)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async c (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:9014)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:10052)\n' +
    '    at async A (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:11130)'
}
[2026-01-30T16:35:19.678Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NTk4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5Nzg3MTQwLCJub25jZSI6IjFiNWRhMzQxLTY3Y2EtNGE5Ny05ZGY0LTExMjEzZjcxN2M2YSIsImlhdCI6MTc2OTc4NjI0MCwidiI6Mn0uYWYyZGYyMDIzODNhZDNlMjNlMmQxMTFjYjY0ZDY3NWQ0Yjg2ZjEwNjUwYTAyMmYyNTBmNjcxMzQ0NzE2ZDBkZA',
    billing_address: {
      first_name: 'xzc',
      last_name: 'zxc',
      address_1: 'zxczxc',
      address_2: 'zxczx',
      city: '',
      state: 'CA',
      postcode: '',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'City is required',
      path: [Array]
    },
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'Postal code is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NTk4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5Nzg3MTQwLCJub25jZSI6IjFiNWRhMzQxLTY3Y2EtNGE5Ny05ZGY0LTExMjEzZjcxN2M2YSIsImlhdCI6MTc2OTc4NjI0MCwidiI6Mn0uYWYyZGYyMDIzODNhZDNlMjNlMmQxMTFjYjY0ZDY3NWQ0Yjg2ZjEwNjUwYTAyMmYyNTBmNjcxMzQ0NzE2ZDBkZA",
  "billing_address": {
    "first_name": "xzc",
    "last_name": "zxc",
    "address_1": "zxczxc",
    "address_2": "zxczx",
    "city": "",
    "state": "CA",
    "postcode": "",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "City is required",
    "path": [
      "billing_address",
      "city"
    ]
  },
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "Postal code is required",
    "path": [
      "billing_address",
      "postcode"
    ]
  }
]
[2026-01-30T16:35:21.408Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2762)\n' +
    '    at o.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2941)\n' +
    '    at _ (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4892)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-01-30T16:35:26.456Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2762)\n' +
    '    at o.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2941)\n' +
    '    at _ (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4892)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-01-31T01:52:50.331Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2762)\n' +
    '    at o.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2941)\n' +
    '    at _ (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4892)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-01-31T06:17:59.410Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2762)\n' +
    '    at o.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2941)\n' +
    '    at _ (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4892)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-01-31T07:25:49.184Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2762)\n' +
    '    at o.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2941)\n' +
    '    at _ (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4892)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-01-31T07:25:56.611Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2762)\n' +
    '    at o.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2941)\n' +
    '    at _ (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4892)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "2". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "f". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "2". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "f". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-01T06:37:57.387Z] [v0] Missing wc_order_id in PaymentIntent metadata { paymentIntentId: 'pi_3SvuIAQvxa5yhzZn1KHcEHsO' }
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-02T00:04:00.309Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NjAwNywic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5OTkxNDU3LCJub25jZSI6ImZiMjUyYjYyLWM3NTAtNGZkOS05MmFmLTE0OWVlY2ZlM2QwMSIsImlhdCI6MTc2OTk5MDU1NywidiI6Mn0uYzgxYmMzNDU0ZWU4NmQ5ZDI3ODAxNmUzMGUxMzk1NWNjN2EzNTNkMDU4ZGUyYmU3NDc1MmUwNDkyNmU5ZjcyMw',
    billing_address: {
      first_name: 'Mariia',
      last_name: 'Gromov',
      address_1: '230 S Hamilton Drive ',
      address_2: '304',
      city: 'Beverly Hills',
      state: '',
      postcode: '90211',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NjAwNywic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5OTkxNDU3LCJub25jZSI6ImZiMjUyYjYyLWM3NTAtNGZkOS05MmFmLTE0OWVlY2ZlM2QwMSIsImlhdCI6MTc2OTk5MDU1NywidiI6Mn0uYzgxYmMzNDU0ZWU4NmQ5ZDI3ODAxNmUzMGUxMzk1NWNjN2EzNTNkMDU4ZGUyYmU3NDc1MmUwNDkyNmU5ZjcyMw",
  "billing_address": {
    "first_name": "Mariia",
    "last_name": "Gromov",
    "address_1": "230 S Hamilton Drive ",
    "address_2": "304",
    "city": "Beverly Hills",
    "state": "",
    "postcode": "90211",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
[2026-02-02T00:04:05.277Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NjAwNywic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5OTkxNDU3LCJub25jZSI6ImZiMjUyYjYyLWM3NTAtNGZkOS05MmFmLTE0OWVlY2ZlM2QwMSIsImlhdCI6MTc2OTk5MDU1NywidiI6Mn0uYzgxYmMzNDU0ZWU4NmQ5ZDI3ODAxNmUzMGUxMzk1NWNjN2EzNTNkMDU4ZGUyYmU3NDc1MmUwNDkyNmU5ZjcyMw',
    billing_address: {
      first_name: 'Mariia',
      last_name: 'Gromov',
      address_1: '230 S Hamilton Drive ',
      address_2: '304',
      city: 'Beverly Hills',
      state: '',
      postcode: '90211',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NjAwNywic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzY5OTkxNDU3LCJub25jZSI6ImZiMjUyYjYyLWM3NTAtNGZkOS05MmFmLTE0OWVlY2ZlM2QwMSIsImlhdCI6MTc2OTk5MDU1NywidiI6Mn0uYzgxYmMzNDU0ZWU4NmQ5ZDI3ODAxNmUzMGUxMzk1NWNjN2EzNTNkMDU4ZGUyYmU3NDc1MmUwNDkyNmU5ZjcyMw",
  "billing_address": {
    "first_name": "Mariia",
    "last_name": "Gromov",
    "address_1": "230 S Hamilton Drive ",
    "address_2": "304",
    "city": "Beverly Hills",
    "state": "",
    "postcode": "90211",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "f". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "7". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "f". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "7". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "a". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "a". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "cdc7578b0b3168386ef4e8e82a7f69830236e75c". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "094ab28fc12b41fbd8556faf41553efa3299c30f". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "790ea6b66cdd606c0c5f85065e4a091b852f3741". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "bc98783432a9af103c52375a1ee1f744c748c066". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "2972be4ee923bb7b020ccb25e67ff927dc2d52db". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "8012efcc518f35c5d07dd6da29b984ab20b923c4". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "0def014fd5bd1a32cdf48c722ce662693e0318ca". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "46668fb1da03f721e6fec66070bc7e8c9ab53748". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "79909a379d316474515c31661cce7d89e1e914b7". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "66c436dcdf006d3476295924ed21fb0179b279ed". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "15c224895831b674bd17561c2216bf393c5fecb7". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "0b76c9ca7a4033150c593ca85ccf3133ff8eed6a". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "b63f50026458aa271d18d2595d8b1cd8db6657ad". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "476e35f420538368f74ce072f30b8fb7063cf6e5". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "61395db93d69db7bb9d0b589883894cdff1e86b4". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "3bdacf2e036567eca5f643064f5da3af2e8ff321". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-04T17:45:33.499Z] [v0] Checkout session error {
  error: 'fetch failed',
  stack: 'TypeError: fetch failed\n' +
    '    at node:internal/deps/undici/undici:13510:13\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async tx.getOrder (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__6dd7616b._.js:19:24651)\n' +
    '    at async _ (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4969)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async c (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:9014)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:10052)\n' +
    '    at async A (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:11130)'
}
[2026-02-04T17:46:01.119Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NjAyMywic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwMjI4MDE0LCJub25jZSI6ImI0MmY4MGMxLTgyYWQtNDk2ZS1hZWJmLWQ1NWFhZDZmNTAxNyIsImlhdCI6MTc3MDIyNzExNCwidiI6Mn0uN2E4Nzg2MTNhZDk0YTUxYWI3MmZmMDE1NTEyYjU1ODk2NjY2MWVmZWZlZTRlN2YxYjYwODdhYjkyNzY5NTk5ZA',
    billing_address: {
      first_name: 'Colin',
      last_name: 'Wellness',
      address_1: '123 Main Street',
      address_2: '',
      city: '',
      state: 'AR',
      postcode: '',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'City is required',
      path: [Array]
    },
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'Postal code is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NjAyMywic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwMjI4MDE0LCJub25jZSI6ImI0MmY4MGMxLTgyYWQtNDk2ZS1hZWJmLWQ1NWFhZDZmNTAxNyIsImlhdCI6MTc3MDIyNzExNCwidiI6Mn0uN2E4Nzg2MTNhZDk0YTUxYWI3MmZmMDE1NTEyYjU1ODk2NjY2MWVmZWZlZTRlN2YxYjYwODdhYjkyNzY5NTk5ZA",
  "billing_address": {
    "first_name": "Colin",
    "last_name": "Wellness",
    "address_1": "123 Main Street",
    "address_2": "",
    "city": "",
    "state": "AR",
    "postcode": "",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "City is required",
    "path": [
      "billing_address",
      "city"
    ]
  },
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "Postal code is required",
    "path": [
      "billing_address",
      "postcode"
    ]
  }
]
[2026-02-04T17:46:13.750Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NjAyMywic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwMjI4MDE0LCJub25jZSI6ImI0MmY4MGMxLTgyYWQtNDk2ZS1hZWJmLWQ1NWFhZDZmNTAxNyIsImlhdCI6MTc3MDIyNzExNCwidiI6Mn0uN2E4Nzg2MTNhZDk0YTUxYWI3MmZmMDE1NTEyYjU1ODk2NjY2MWVmZWZlZTRlN2YxYjYwODdhYjkyNzY5NTk5ZA',
    billing_address: {
      first_name: 'Colin',
      last_name: 'Wellness',
      address_1: '123 Main Street',
      address_2: '',
      city: '',
      state: 'AR',
      postcode: '',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'City is required',
      path: [Array]
    },
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'Postal code is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NjAyMywic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwMjI4MDE0LCJub25jZSI6ImI0MmY4MGMxLTgyYWQtNDk2ZS1hZWJmLWQ1NWFhZDZmNTAxNyIsImlhdCI6MTc3MDIyNzExNCwidiI6Mn0uN2E4Nzg2MTNhZDk0YTUxYWI3MmZmMDE1NTEyYjU1ODk2NjY2MWVmZWZlZTRlN2YxYjYwODdhYjkyNzY5NTk5ZA",
  "billing_address": {
    "first_name": "Colin",
    "last_name": "Wellness",
    "address_1": "123 Main Street",
    "address_2": "",
    "city": "",
    "state": "AR",
    "postcode": "",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "City is required",
    "path": [
      "billing_address",
      "city"
    ]
  },
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "Postal code is required",
    "path": [
      "billing_address",
      "postcode"
    ]
  }
]
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-05T20:37:03.890Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NjAyOCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwMzI0NTcwLCJub25jZSI6IjZjM2YwZjBjLWI2OTAtNDQwNi1hZjM4LTQxZmMwYWU4MzIyOSIsImlhdCI6MTc3MDMyMzY3MCwidiI6Mn0uZGU4NTZiYmJjZmUwN2YxNTIwNTY5MTgwNjA4NDZkYjg1NGUzNWJmZTJiMGUwNTk0ZTY0MDE5Zjk2NTQ0OTA4Mw',
    billing_address: {
      first_name: 'Sami',
      last_name: 'Yunis',
      address_1: '4735 Sepulveda Blvd, Apt 411',
      address_2: '',
      city: 'Sherman Oaks',
      state: '',
      postcode: '91403',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NjAyOCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwMzI0NTcwLCJub25jZSI6IjZjM2YwZjBjLWI2OTAtNDQwNi1hZjM4LTQxZmMwYWU4MzIyOSIsImlhdCI6MTc3MDMyMzY3MCwidiI6Mn0uZGU4NTZiYmJjZmUwN2YxNTIwNTY5MTgwNjA4NDZkYjg1NGUzNWJmZTJiMGUwNTk0ZTY0MDE5Zjk2NTQ0OTA4Mw",
  "billing_address": {
    "first_name": "Sami",
    "last_name": "Yunis",
    "address_1": "4735 Sepulveda Blvd, Apt 411",
    "address_2": "",
    "city": "Sherman Oaks",
    "state": "",
    "postcode": "91403",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
[2026-02-05T20:37:37.920Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NjAyOCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwMzI0NTcwLCJub25jZSI6IjZjM2YwZjBjLWI2OTAtNDQwNi1hZjM4LTQxZmMwYWU4MzIyOSIsImlhdCI6MTc3MDMyMzY3MCwidiI6Mn0uZGU4NTZiYmJjZmUwN2YxNTIwNTY5MTgwNjA4NDZkYjg1NGUzNWJmZTJiMGUwNTk0ZTY0MDE5Zjk2NTQ0OTA4Mw',
    billing_address: {
      first_name: 'Sami',
      last_name: 'Yunis',
      address_1: '4735 Sepulveda Blvd, Apt 411',
      address_2: '',
      city: 'Sherman Oaks',
      state: '',
      postcode: '91403',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NjAyOCwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwMzI0NTcwLCJub25jZSI6IjZjM2YwZjBjLWI2OTAtNDQwNi1hZjM4LTQxZmMwYWU4MzIyOSIsImlhdCI6MTc3MDMyMzY3MCwidiI6Mn0uZGU4NTZiYmJjZmUwN2YxNTIwNTY5MTgwNjA4NDZkYjg1NGUzNWJmZTJiMGUwNTk0ZTY0MDE5Zjk2NTQ0OTA4Mw",
  "billing_address": {
    "first_name": "Sami",
    "last_name": "Yunis",
    "address_1": "4735 Sepulveda Blvd, Apt 411",
    "address_2": "",
    "city": "Sherman Oaks",
    "state": "",
    "postcode": "91403",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
[2026-02-05T21:36:14.024Z] [v0] Payment failed for order {
  orderId: 6028,
  paymentIntentId: 'pi_3SxZGVQvxa5yhzZn1aV5khO6',
  error: 'The latest payment attempt of this PaymentIntent has expired. You can provide payment_method_data or a new PaymentMethod to attempt to fulfill this PaymentIntent again.'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "y". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "y". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "h". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "h". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-08T21:26:01.456Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NjAzMywic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwNTg2ODAwLCJub25jZSI6IjBhY2E5NzliLWQ3MjgtNDc5YS04NDI4LTA1MDZiMmViZTBhYyIsImlhdCI6MTc3MDU4NTkwMCwidiI6Mn0uZjUxMDBmOWZlZTkyNTgwZjg1ZDNjNjNhOTVlYzBmZmJkYTQ4MzM4NjUxYTA3MDVmN2Q0NWU1NGM4MjM2OTlmMw',
    billing_address: {
      first_name: 'Sami',
      last_name: 'Yunis',
      address_1: '4735 Sepulveda Blvd, Apt 411',
      address_2: '',
      city: 'Sherman Oaks',
      state: '',
      postcode: '91403',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NjAzMywic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwNTg2ODAwLCJub25jZSI6IjBhY2E5NzliLWQ3MjgtNDc5YS04NDI4LTA1MDZiMmViZTBhYyIsImlhdCI6MTc3MDU4NTkwMCwidiI6Mn0uZjUxMDBmOWZlZTkyNTgwZjg1ZDNjNjNhOTVlYzBmZmJkYTQ4MzM4NjUxYTA3MDVmN2Q0NWU1NGM4MjM2OTlmMw",
  "billing_address": {
    "first_name": "Sami",
    "last_name": "Yunis",
    "address_1": "4735 Sepulveda Blvd, Apt 411",
    "address_2": "",
    "city": "Sherman Oaks",
    "state": "",
    "postcode": "91403",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-10T01:59:48.344Z] [easyship] Failed to create shipment in EasyShip {
  wooOrderId: 6037,
  error: 'Invalid token.',
  errorDetails: {
    error: {
      code: 'invalid_token',
      details: [],
      links: [Array],
      message: 'Invalid token.',
      request_id: '5a1fc78ca864aed448e0bede0a7c0d19',
      type: 'invalid_request_error'
    }
  }
}
[2026-02-10T01:59:48.347Z] [v0] Failed to create EasyShip shipment {
  orderId: 6037,
  error: 'Invalid token.',
  errorDetails: {
    error: {
      code: 'invalid_token',
      details: [],
      links: [Array],
      message: 'Invalid token.',
      request_id: '5a1fc78ca864aed448e0bede0a7c0d19',
      type: 'invalid_request_error'
    }
  }
}
[2026-02-10T01:59:49.547Z] [v0] Order marked for manual EasyShip sync { orderId: 6037 }
[2026-02-10T01:59:49.547Z] [klaviyo] No customer email found, skipping receipt { orderId: 6037 }
[2026-02-10T01:59:49.723Z] [klaviyo] Failed to send admin notification event {
  orderId: 6037,
  adminEmail: 'factorpeptides@gmail.com',
  error: 'Klaviyo API error 403: {"errors":[{"id":"dab771e2-5da7-417e-989c-59fab38d0c72","status":403,"code":"permission_denied","title":"You do not have permission to perform this action.","detail":"You do not have permission to perform this action.","source":{"pointer":"/data/"}}]}'
}
Error: Failed to find Server Action "7725d3ccacebd668b7872deb8301a1aab5e28cd5". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "092016a838b5a99f47f2bd332c5dee4daf30042d". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "220b085016ec16bc98e11df6d6b21de45c1ef84b". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "44798e321620cb69161c5e07450395e69e9f1654". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "76689d57880db77559a3da4c020ba18e1f0e50ab". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "2bdfa1921de1ad2edc048ddca5b0f9125387fef0". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "4633af493b970c74b2900cf527018eef906e0f15". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "9f56c2941d540c7f937779c82284db9c8ce8a2e7". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "13c06090e20c61d342b51920221f66ceb1a93297". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "2031df6434000edcda62f17587036294bf6bba65". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "4b33c1358de9f172ecb65d99d11e290c50e0b402". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "65203800747faf70fbb54429ebb8d337d91ea44f". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "386cc093d7de752b10a5c0b34a29e7f9f70d546d". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "f19ba87cd948d98f59a0cff485dc84e75a79a004". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "87ba4d52d81e89897738b959bafa3ea1f12cebda". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "fa94945a071db10c488a84ae264167c8ff636fe1". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-10T15:01:20.833Z] [easyship] Invalid webhook payload {
  body: {
    event_type: 'shipment.warehouse.state.updated',
    resource_type: 'shipment',
    resource_id: 'ESTEST00000',
    data: {
      easyship_shipment_id: 'ESTEST00000',
      platform_order_number: '#100001',
      warehouse_state: 'none'
    }
  },
  errors: [
    {
      received: 'shipment.warehouse.state.updated',
      code: 'invalid_enum_value',
      options: [Array],
      path: [Array],
      message: "Invalid enum value. Expected 'shipment.tracking.statuschanged' | 'shipment.tracking.checkpointscreated' | 'shipment.label.created' | 'shipment.label.failed' | 'shipment.cancelled', received 'shipment.warehouse.state.updated'"
    },
    {
      code: 'invalid_type',
      expected: 'string',
      received: 'undefined',
      path: [Array],
      message: 'Required'
    }
  ]
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-11T16:07:03.365Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-11T21:27:35.323Z] [klaviyo] No customer email found, skipping receipt { orderId: 6052 }
[2026-02-11T21:27:35.517Z] [klaviyo] Failed to send admin notification event {
  orderId: 6052,
  adminEmail: 'factorpeptides@gmail.com',
  error: 'Klaviyo API error 403: {"errors":[{"id":"5af716fb-a5ea-43ff-b235-b06fc1562c00","status":403,"code":"permission_denied","title":"You do not have permission to perform this action.","detail":"You do not have permission to perform this action.","source":{"pointer":"/data/"}}]}'
}
[2026-02-11T22:34:34.983Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-11T22:34:39.592Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-13T05:01:21.163Z] [klaviyo] No customer email found, skipping receipt { orderId: 6071 }
[2026-02-13T05:01:21.379Z] [klaviyo] Failed to send admin notification event {
  orderId: 6071,
  adminEmail: 'factorpeptides@gmail.com',
  error: 'Klaviyo API error 403: {"errors":[{"id":"a5c1c7da-5ece-4b67-859c-04f95ab55c0b","status":403,"code":"permission_denied","title":"You do not have permission to perform this action.","detail":"You do not have permission to perform this action.","source":{"pointer":"/data/"}}]}'
}
[2026-02-13T06:06:49.637Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NjA3Niwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwOTYzNjEwLCJub25jZSI6IjA1YzQxMTlhLWIwMmQtNDY4Zi05MjdkLTk0Y2MxZTBmMTUwZSIsImlhdCI6MTc3MDk2MjcxMCwidiI6Mn0uODI2Y2YyM2VhMzg1NDRmMGJhMmM1OWExMzU0NjdlNjgwODYyMzc0YjU3ZGQwYzg4YjliZGJlNmY4ZDBhMGI0YQ',
    billing_address: {
      first_name: 'Sam',
      last_name: 'Yuhannes',
      address_1: '4735 Sepulveda Blvd, Apt 411',
      address_2: '',
      city: 'Sherman Oaks',
      state: '',
      postcode: '91403',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NjA3Niwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwOTYzNjEwLCJub25jZSI6IjA1YzQxMTlhLWIwMmQtNDY4Zi05MjdkLTk0Y2MxZTBmMTUwZSIsImlhdCI6MTc3MDk2MjcxMCwidiI6Mn0uODI2Y2YyM2VhMzg1NDRmMGJhMmM1OWExMzU0NjdlNjgwODYyMzc0YjU3ZGQwYzg4YjliZGJlNmY4ZDBhMGI0YQ",
  "billing_address": {
    "first_name": "Sam",
    "last_name": "Yuhannes",
    "address_1": "4735 Sepulveda Blvd, Apt 411",
    "address_2": "",
    "city": "Sherman Oaks",
    "state": "",
    "postcode": "91403",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
[2026-02-13T06:06:57.156Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NjA3Niwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwOTYzNjEwLCJub25jZSI6IjA1YzQxMTlhLWIwMmQtNDY4Zi05MjdkLTk0Y2MxZTBmMTUwZSIsImlhdCI6MTc3MDk2MjcxMCwidiI6Mn0uODI2Y2YyM2VhMzg1NDRmMGJhMmM1OWExMzU0NjdlNjgwODYyMzc0YjU3ZGQwYzg4YjliZGJlNmY4ZDBhMGI0YQ',
    billing_address: {
      first_name: 'Sam',
      last_name: 'Yuhannes',
      address_1: '4735 Sepulveda Blvd, Apt 411',
      address_2: '',
      city: 'Sherman Oaks',
      state: '',
      postcode: '91403',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NjA3Niwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwOTYzNjEwLCJub25jZSI6IjA1YzQxMTlhLWIwMmQtNDY4Zi05MjdkLTk0Y2MxZTBmMTUwZSIsImlhdCI6MTc3MDk2MjcxMCwidiI6Mn0uODI2Y2YyM2VhMzg1NDRmMGJhMmM1OWExMzU0NjdlNjgwODYyMzc0YjU3ZGQwYzg4YjliZGJlNmY4ZDBhMGI0YQ",
  "billing_address": {
    "first_name": "Sam",
    "last_name": "Yuhannes",
    "address_1": "4735 Sepulveda Blvd, Apt 411",
    "address_2": "",
    "city": "Sherman Oaks",
    "state": "",
    "postcode": "91403",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
[2026-02-13T06:07:27.350Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NjA3Niwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwOTYzNjEwLCJub25jZSI6IjA1YzQxMTlhLWIwMmQtNDY4Zi05MjdkLTk0Y2MxZTBmMTUwZSIsImlhdCI6MTc3MDk2MjcxMCwidiI6Mn0uODI2Y2YyM2VhMzg1NDRmMGJhMmM1OWExMzU0NjdlNjgwODYyMzc0YjU3ZGQwYzg4YjliZGJlNmY4ZDBhMGI0YQ',
    billing_address: {
      first_name: 'Sam',
      last_name: 'Yuhannes',
      address_1: '4735 Sepulveda Blvd, Apt 411',
      address_2: '',
      city: 'Sherman Oaks',
      state: '',
      postcode: '91403',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NjA3Niwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwOTYzNjEwLCJub25jZSI6IjA1YzQxMTlhLWIwMmQtNDY4Zi05MjdkLTk0Y2MxZTBmMTUwZSIsImlhdCI6MTc3MDk2MjcxMCwidiI6Mn0uODI2Y2YyM2VhMzg1NDRmMGJhMmM1OWExMzU0NjdlNjgwODYyMzc0YjU3ZGQwYzg4YjliZGJlNmY4ZDBhMGI0YQ",
  "billing_address": {
    "first_name": "Sam",
    "last_name": "Yuhannes",
    "address_1": "4735 Sepulveda Blvd, Apt 411",
    "address_2": "",
    "city": "Sherman Oaks",
    "state": "",
    "postcode": "91403",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
[2026-02-13T06:08:54.866Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NjA3Nywic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwOTYzNzc0LCJub25jZSI6ImU3ZmNiYzVhLTgyOTUtNDQ3YS05NTAwLTQ3ZGNhODIxZWM1ZiIsImlhdCI6MTc3MDk2Mjg3NCwidiI6Mn0uY2U0OGQ4ODVlNTZiMTY5MTBhMDM0ZTBhZTJlOWRlZTNiN2ZlMmU0OGYzNzgyOGM0OWI1ZTYyODI2NmE5OTM2Yw',
    billing_address: {
      first_name: 'Sami',
      last_name: 'Yunis',
      address_1: '4735 Sepulveda Blvd, Apt 411',
      address_2: '',
      city: 'Sherman Oaks',
      state: '',
      postcode: '91403',
      country: 'US'
    },
    shipping_address: null
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { billing_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NjA3Nywic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcwOTYzNzc0LCJub25jZSI6ImU3ZmNiYzVhLTgyOTUtNDQ3YS05NTAwLTQ3ZGNhODIxZWM1ZiIsImlhdCI6MTc3MDk2Mjg3NCwidiI6Mn0uY2U0OGQ4ODVlNTZiMTY5MTBhMDM0ZTBhZTJlOWRlZTNiN2ZlMmU0OGYzNzgyOGM0OWI1ZTYyODI2NmE5OTM2Yw",
  "billing_address": {
    "first_name": "Sami",
    "last_name": "Yunis",
    "address_1": "4735 Sepulveda Blvd, Apt 411",
    "address_2": "",
    "city": "Sherman Oaks",
    "state": "",
    "postcode": "91403",
    "country": "US"
  },
  "shipping_address": null
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "billing_address",
      "state"
    ]
  }
]
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-13T16:32:28.492Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-14T21:25:01.839Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NjA4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcxMTA1MTE5LCJub25jZSI6ImQzYTU4MzAyLTk1YTQtNGM4OS05ZGE4LTJjMmMzYTU3ZjMxMCIsImlhdCI6MTc3MTEwNDIxOSwidiI6Mn0uZDgzNmY1ZWQ0MDU4YjZmMDRiYWY2NjE1NjY1MGM3MjI1YzAxYjBhYzBkYTI4MDYzNjE4YTljN2JjZjNlYjk3NA',
    billing_address: {
      first_name: 'joe',
      last_name: 'devance',
      address_1: '1900 paseo florido way',
      address_2: '',
      city: 'El paso',
      state: 'TX',
      postcode: '79936',
      country: 'US'
    },
    shipping_address: {
      first_name: 'joe',
      last_name: 'devance',
      address_1: '848 N Curson',
      address_2: '',
      city: 'Los Angeles',
      state: '',
      postcode: '90046',
      country: 'US'
    }
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { shipping_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NjA4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcxMTA1MTE5LCJub25jZSI6ImQzYTU4MzAyLTk1YTQtNGM4OS05ZGE4LTJjMmMzYTU3ZjMxMCIsImlhdCI6MTc3MTEwNDIxOSwidiI6Mn0uZDgzNmY1ZWQ0MDU4YjZmMDRiYWY2NjE1NjY1MGM3MjI1YzAxYjBhYzBkYTI4MDYzNjE4YTljN2JjZjNlYjk3NA",
  "billing_address": {
    "first_name": "joe",
    "last_name": "devance",
    "address_1": "1900 paseo florido way",
    "address_2": "",
    "city": "El paso",
    "state": "TX",
    "postcode": "79936",
    "country": "US"
  },
  "shipping_address": {
    "first_name": "joe",
    "last_name": "devance",
    "address_1": "848 N Curson",
    "address_2": "",
    "city": "Los Angeles",
    "state": "",
    "postcode": "90046",
    "country": "US"
  }
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "shipping_address",
      "state"
    ]
  }
]
[2026-02-14T21:25:11.301Z] [v0] Payment intent validation failed {
  body: {
    token: 'eyJvcmRlcl9pZCI6NjA4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcxMTA1MTE5LCJub25jZSI6ImQzYTU4MzAyLTk1YTQtNGM4OS05ZGE4LTJjMmMzYTU3ZjMxMCIsImlhdCI6MTc3MTEwNDIxOSwidiI6Mn0uZDgzNmY1ZWQ0MDU4YjZmMDRiYWY2NjE1NjY1MGM3MjI1YzAxYjBhYzBkYTI4MDYzNjE4YTljN2JjZjNlYjk3NA',
    billing_address: {
      first_name: 'joe',
      last_name: 'devance',
      address_1: '1900 paseo florido way',
      address_2: '',
      city: 'El paso',
      state: 'TX',
      postcode: '79936',
      country: 'US'
    },
    shipping_address: {
      first_name: 'joe',
      last_name: 'devance',
      address_1: '848 N Curson',
      address_2: '',
      city: 'Los Angeles',
      state: '',
      postcode: '90046',
      country: 'US'
    }
  },
  errors: [
    {
      code: 'too_small',
      minimum: 1,
      type: 'string',
      inclusive: true,
      exact: false,
      message: 'State is required',
      path: [Array]
    }
  ],
  errorDetails: { formErrors: [], fieldErrors: { shipping_address: [Array] } }
}
[v0] Payment Intent Validation Error:
Request body: {
  "token": "eyJvcmRlcl9pZCI6NjA4OSwic2hpcHBpbmdfZmVlIjoxNSwiZXhwIjoxNzcxMTA1MTE5LCJub25jZSI6ImQzYTU4MzAyLTk1YTQtNGM4OS05ZGE4LTJjMmMzYTU3ZjMxMCIsImlhdCI6MTc3MTEwNDIxOSwidiI6Mn0uZDgzNmY1ZWQ0MDU4YjZmMDRiYWY2NjE1NjY1MGM3MjI1YzAxYjBhYzBkYTI4MDYzNjE4YTljN2JjZjNlYjk3NA",
  "billing_address": {
    "first_name": "joe",
    "last_name": "devance",
    "address_1": "1900 paseo florido way",
    "address_2": "",
    "city": "El paso",
    "state": "TX",
    "postcode": "79936",
    "country": "US"
  },
  "shipping_address": {
    "first_name": "joe",
    "last_name": "devance",
    "address_1": "848 N Curson",
    "address_2": "",
    "city": "Los Angeles",
    "state": "",
    "postcode": "90046",
    "country": "US"
  }
}
Validation errors: [
  {
    "code": "too_small",
    "minimum": 1,
    "type": "string",
    "inclusive": true,
    "exact": false,
    "message": "State is required",
    "path": [
      "shipping_address",
      "state"
    ]
  }
]
[2026-02-14T21:26:13.247Z] [v0] Payment failed for order {
  orderId: 6089,
  paymentIntentId: 'pi_3T0qLWQvxa5yhzZn1hyvZqSz',
  error: 'Your card was declined.'
}
[2026-02-14T21:27:05.134Z] [klaviyo] No customer email found, skipping receipt { orderId: 6089 }
[2026-02-14T21:27:05.310Z] [klaviyo] Failed to send admin notification event {
  orderId: 6089,
  adminEmail: 'factorpeptides@gmail.com',
  error: 'Klaviyo API error 403: {"errors":[{"id":"4cbe2187-b6bc-4472-90a3-b712cc93f841","status":403,"code":"permission_denied","title":"You do not have permission to perform this action.","detail":"You do not have permission to perform this action.","source":{"pointer":"/data/"}}]}'
}
[2026-02-14T22:00:20.275Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-14T22:00:22.024Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-14T23:26:34.367Z] [klaviyo] No customer email found, skipping receipt { orderId: 6090 }
[2026-02-14T23:26:34.558Z] [klaviyo] Failed to send admin notification event {
  orderId: 6090,
  adminEmail: 'factorpeptides@gmail.com',
  error: 'Klaviyo API error 403: {"errors":[{"id":"b5f843d7-375f-4fe8-8121-4c4b59bcdbd2","status":403,"code":"permission_denied","title":"You do not have permission to perform this action.","detail":"You do not have permission to perform this action.","source":{"pointer":"/data/"}}]}'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-15T02:23:46.470Z] [klaviyo] No customer email found, skipping receipt { orderId: 6091 }
[2026-02-15T02:23:46.645Z] [klaviyo] Failed to send admin notification event {
  orderId: 6091,
  adminEmail: 'factorpeptides@gmail.com',
  error: 'Klaviyo API error 403: {"errors":[{"id":"859326b8-4da1-4a8a-a6ec-6929800c161f","status":403,"code":"permission_denied","title":"You do not have permission to perform this action.","detail":"You do not have permission to perform this action.","source":{"pointer":"/data/"}}]}'
}
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-16T03:12:33.549Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:12:35.524Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:12:37.524Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:12:39.513Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:12:41.524Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:12:43.515Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:12:45.526Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:12:47.527Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:12:49.542Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:12:51.040Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:12:53.018Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:12:55.005Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:12:57.117Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:12:59.037Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:01.011Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:03.028Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:05.103Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:07.070Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:09.025Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:11.014Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:13.236Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:21.591Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:23.570Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:25.711Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:27.718Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:29.697Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:31.706Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:33.697Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:35.714Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:37.702Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:39.709Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:41.839Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:43.768Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:45.866Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:47.791Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:49.741Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:13:51.554Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:14:06.675Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:14:08.557Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-16T03:14:11.001Z] [v0] Order status error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__9a552c47._.js:1:4658)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "38059f1414cca77c9169c6197092463f8b6bec93". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "f13d47452cefcfb1d604ac60253ba0565d53da05". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "629bde0d4600b768556df56f387e931c60a47f1e". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "977ee58a308ac23e7405bb82fe2a3c3d99cdb9d3". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "8ed579432c8e8975c798e706b98bc911f33bdf81". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "180a47c3ddf92f63a365301988e6418b78b4e8e6". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "91e0299f91ee378ae9d47ad359c7a66318acf262". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "55073bee7ce33c63ae32607cefe06c5dad60d86a". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "257dee735639e84c6295164b0be85afde5ade996". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "2be8cbad05e5d93a3e0e1c76e30b7fa14cb3ec08". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "8c3a28d25a3465703b7c2bb2e542ec71e1d84fe9". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "79f4727d229602e1cea7d8991fb489094c047d25". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "0ffe163a1c84a1c7703539021cd74bd63e915e45". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "3d21d4b8e551e967555fb446b63615a78d982045". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "eda019f16f11a74de8158ea70093c8f1760b16e3". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "1594c49e6fd2204a815d2937d2204c7b4af78509". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-18T18:19:50.900Z] [v0] Missing wc_order_id in PaymentIntent metadata { paymentIntentId: 'pi_3T2FLkQvxa5yhzZn0jyOU2gI' }
[2026-02-18T21:14:04.453Z] [v0] Payment failed for order {
  orderId: 6098,
  paymentIntentId: 'pi_3T2HllQvxa5yhzZn1ZMuZIc6',
  error: 'The provided PaymentMethod has failed authentication. You can provide payment_method_data or a new PaymentMethod to attempt to fulfill this PaymentIntent again.'
}
[2026-02-18T21:22:48.070Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-18T21:23:41.062Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-18T21:24:11.243Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-18T21:32:40.971Z] [v0] Payment failed for order {
  orderId: 6099,
  paymentIntentId: 'pi_3T2IK3Qvxa5yhzZn1nodN4zd',
  error: 'The latest payment attempt of this PaymentIntent has failed or been canceled, and the attached payment method has been removed. You can try confirming again with a new payment method.'
}
[2026-02-18T21:51:31.354Z] [v0] Payment failed for order {
  orderId: 6099,
  paymentIntentId: 'pi_3T2IK3Qvxa5yhzZn1nodN4zd',
  error: 'The provided PaymentMethod has failed authentication. You can provide payment_method_data or a new PaymentMethod to attempt to fulfill this PaymentIntent again.'
}
[2026-02-18T23:06:11.856Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-19T00:12:19.699Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-19T00:12:26.824Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
Error: Failed to find Server Action "97d2efa75784a32b7c688efbf7d95b78c8df95e4". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "81817233fba5d31f114630f8d121b476c48f4e63". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "38d59026152364fc656ac486c3d215303e2af69c". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "636535248e86ac2e564d273b7c1998b809fdec64". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "7ea3aa68e6b0ae1cd388921533bfa2b6ae17e9cb". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "8f2d80080e6f560a44ddf33f8f711944822facd6". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "a78581422d9fb6c8bc728c2eda0ebfdbf67751d5". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "8ec19abd60de2e4e11e19cca6a01d5db85b976aa". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "8d3139b51bc05ff88ea90c328833eb743d96456f". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "1d7cab46ed9c8a1b24979cbaca52dace567c4368". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "01706772628a48f31b64a5b7f99d22f14bdb8d7b". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "f91093c58ee1d672629a99e6282c13090886cf91". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "cb237bad1e4a2f0f8ac8e1c73f587035a08e18a7". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "6aefcdec2262623a58df0af47e1b6adabde14f6f". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "3bd9bdc3cff01e27123b0b6f17228d2873bbd667". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "69eefb254fed55a4bb08983b8c4da880471922d3". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-19T12:53:35.769Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-19T12:53:43.961Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-21T02:08:17.503Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-21T12:15:30.263Z] [klaviyo] No customer email found, skipping receipt { orderId: 6103 }
[2026-02-21T12:15:30.461Z] [klaviyo] Failed to send admin notification event {
  orderId: 6103,
  adminEmail: 'factorpeptides@gmail.com',
  error: 'Klaviyo API error 403: {"errors":[{"id":"3a922a42-6584-46cb-9b9a-896df8907eae","status":403,"code":"permission_denied","title":"You do not have permission to perform this action.","detail":"You do not have permission to perform this action.","source":{"pointer":"/data/"}}]}'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action. This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action. This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "14f0168b0d320d4cbca8dc542b6b19d2fcc9e53e". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "c11032965b5bcc1a414917af08cb668a69ea3cb4". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "c9a395b8f4b30e863d99fbacdfff4736d2354f86". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "491f61db47cb195873a5df2fbf27d0f03005869f". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "026ff3482c5b6847a7a0ed3c73a566492f466fc3". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "6fd321e8760d5fb1fd2f4ecd1fd43ca48ef3ba3c". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "90ac955757b57c87c5fe407261a1f8f29a3faaef". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "d76ddffff2c1de341197d8f7bcaa4b2c53136b00". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "d00ea222e9000cacb5ad07662108afbcddb7c14a". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "a027ea380e290fffed977046a01d9672550dffdf". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "9d5229fd4bbb6a43d7da12e98509640f64964a74". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "969bd6eb5c324cfa3ca16b45005e5b5a1db18768". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "68823581b7122d941ce0f36c36409068dcfdebcd". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "151261380eaa1b6c7a80ae639200545c2e1dbe36". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "83bad07acddace79e522ea8d786d1d8f2f6c47c9". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "40075e51faf7c05218db07c64dfe6bcd62649623". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-23T03:53:28.775Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:2824)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__a30d2d18._.js:1:3003)\n' +
    '    at w (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__328c168f._.js:1:4954)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-23T20:12:28.939Z] [klaviyo] No customer email found, skipping receipt { orderId: 6109 }
[2026-02-23T20:12:29.154Z] [klaviyo] Failed to send admin notification event {
  orderId: 6109,
  adminEmail: 'factorpeptides@gmail.com',
  error: 'Klaviyo API error 403: {"errors":[{"id":"7167576f-2a6f-46a0-89ff-0bb928cc6474","status":403,"code":"permission_denied","title":"You do not have permission to perform this action.","detail":"You do not have permission to perform this action.","source":{"pointer":"/data/"}}]}'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action. This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action ""x"". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-25T06:02:34.646Z] [v0] Payment intent error {
  error: 'Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types',
  stack: 'Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
Stack Trace: Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

[2026-02-25T06:02:55.761Z] [v0] Payment intent error {
  error: 'Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types',
  stack: 'Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
Stack Trace: Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

[2026-02-25T06:03:10.301Z] [v0] Payment intent error {
  error: 'Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types',
  stack: 'Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
Stack Trace: Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

[2026-02-25T07:49:47.348Z] [v0] Payment intent error {
  error: 'Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types',
  stack: 'Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
Stack Trace: Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

[2026-02-25T07:51:09.178Z] [v0] Payment intent error {
  error: 'Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types',
  stack: 'Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
Stack Trace: Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

[2026-02-25T07:51:16.413Z] [v0] Payment intent error {
  error: 'Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types',
  stack: 'Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
Stack Trace: Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

[2026-02-25T07:56:18.614Z] [v0] Payment intent error {
  error: 'Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types',
  stack: 'Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types\n' +
    '    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)\n' +
    '    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)\n' +
    '    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)'
}

=== [v0] PAYMENT INTENT ERROR ===
Error Type: Error
Error Message: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
Stack Trace: Error: Stripe error: No valid payment method types for this Payment Intent. Please ensure that you have activated payment methods compatible with your chosen currency in your dashboard (https://dashboard.stripe.com/settings/payment_methods) or specify payment_method_types
    at nN.createOrGetPaymentIntent (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__4cc131b7._.js:1:125262)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async S (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:7220)
    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)
    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)
    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:11935)
    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)
    at async d (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:12973)
    at async q (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__bda02752._.js:1:14051)
    at async NextNodeServer.renderToResponseWithComponentsImpl (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/base-server.js:1413:9)
================================

Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-02-26T20:39:21.751Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at n.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__6613c53e._.js:1:2934)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__6613c53e._.js:1:3113)\n' +
    '    at O (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__cf13e1f8._.js:1:5064)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
[2026-02-26T22:53:09.858Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at n.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__6613c53e._.js:1:2934)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__6613c53e._.js:1:3113)\n' +
    '    at O (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__cf13e1f8._.js:1:5064)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action. This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action. This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action. This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action. This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action. This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action. This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action. This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x, x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action. This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action. This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action. This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
Error: Failed to find Server Action "x, x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-03-02T19:11:50.888Z] [v0] Checkout session error {
  error: 'Invalid checkout token',
  stack: 'Error: Invalid checkout token\n' +
    '    at a.verify (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__6613c53e._.js:1:2978)\n' +
    '    at i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__6613c53e._.js:1:3157)\n' +
    '    at O (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__cf13e1f8._.js:1:5108)\n' +
    '    at AsyncLocalStorage.run (node:async_hooks:335:14)\n' +
    '    at rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20182)\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:26772\n' +
    '    at /home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/server/lib/trace/tracer.js:185:36\n' +
    '    at NoopContextManager.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:7062)\n' +
    '    at ContextAPI.with (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:518)\n' +
    '    at NoopTracer.startActiveSpan (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/@opentelemetry/api/index.js:1:18093)'
}
Error: Failed to find Server Action "x, x". This request might be from an older or newer deployment.
Read more: https://nextjs.org/docs/messages/failed-to-find-server-action
    at ignore-listed frames
[2026-03-02T21:17:57.685Z] [v0] Checkout session error {
  error: 'fetch failed',
  stack: 'TypeError: fetch failed\n' +
    '    at node:internal/deps/undici/undici:14902:13\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async tx.getOrder (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__6dd7616b._.js:19:24651)\n' +
    '    at async i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__6613c53e._.js:1:3169)\n' +
    '    at async O (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__cf13e1f8._.js:1:5091)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async c (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__cf13e1f8._.js:1:9250)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__cf13e1f8._.js:1:10288)'
}
[2026-03-02T21:18:00.974Z] [v0] Checkout session error {
  error: 'fetch failed',
  stack: 'TypeError: fetch failed\n' +
    '    at node:internal/deps/undici/undici:14902:13\n' +
    '    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n' +
    '    at async tx.getOrder (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__6dd7616b._.js:19:24651)\n' +
    '    at async i.verifyToken (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__6613c53e._.js:1:3169)\n' +
    '    at async O (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__cf13e1f8._.js:1:5091)\n' +
    '    at async rM.do (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:20152)\n' +
    '    at async rM.handle (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:5:24898)\n' +
    '    at async c (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__cf13e1f8._.js:1:9250)\n' +
    '    at async rM.handleResponse (/home/laaelont/nodevenv/factorsciences.com/20/lib/node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js:1:101080)\n' +
    '    at async l (/home/laaelont/factorsciences.com/.next/server/chunks/[root-of-the-server]__cf13e1f8._.js:1:10288)'
}
