pycon icon indicating copy to clipboard operation
pycon copied to clipboard

TypeError: Cannot read properties of undefined (reading 'day')

Open sentry[bot] opened this issue 2 years ago • 0 comments

Sentry Issue: PYCON-FRONTEND-34

TypeError: Cannot read properties of undefined (reading 'day')
  File "webpack://pyconit/src/pages/schedule/index.tsx", line 21, in getServerSideProps
    const firstDay = days[0].day;
  File "node:internal/process/task_queues", line 95, in process.processTicksAndRejections
  File "/var/task/frontend/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@sentry/nextjs/cjs/server/utils/wrapperUtils.js", line 39, in <anonymous>
    return await origFunction.apply(this, origFunctionArguments);
  File "/var/task/frontend/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@sentry/nextjs/cjs/server/utils/wrapperUtils.js", line 137, in <anonymous>
    return await origDataFetcher.apply(this, args);
  File "/var/task/frontend/node_modules/.pnpm/@[email protected][email protected][email protected]/node_modules/@sentry/nextjs/cjs/server/wrapGetServerSidePropsWithSentry.js", line 43, in Object.apply
    const serverSideProps = await (tracedGetServerSideProps.apply(thisArg, args)
...
(4 additional frame(s) were not displayed)

sentry[bot] avatar Feb 20 '23 09:02 sentry[bot]