ygor perez
ygor perez
Explore posts from servers
TTCTheo's Typesafe Cult
Created by ygor perez on 6/30/2023 in #questions
Error: The Edge Function "index" size is 1.04 MB and your plan size limit is 1 MB
when I deploy my app I get this error now
Route (pages) Size First Load JS
┌ ℇ / 4.4 kB 164 kB
├ /_app 0 B 156 kB
├ ○ /404 707 B 156 kB
├ ○ /500 713 B 156 kB
+ First Load JS shared by all 161 kB
├ chunks/framework-ac88a2a245aea9ab.js 45.2 kB
├ chunks/main-5e142a69d385547d.js 32.9 kB
├ chunks/pages/_app-468d7903a1177195.js 76.7 kB
├ chunks/webpack-59c5c889f52620d6.js 819 B
└ css/bb51346af44a3b0f.css 4.81 kB
ƒ Middleware 217 kB
Error: The Edge Function "index" size is 1.04 MB and your plan size limit is 1 MB. Learn More: https://vercel.link/edge-function-size
NOW_SANDBOX_WORKER_MAX_MIDDLEWARE_SIZE: The Edge Function "index" size is 1.04 MB and your plan size limit is 1 MB.
Route (pages) Size First Load JS
┌ ℇ / 4.4 kB 164 kB
├ /_app 0 B 156 kB
├ ○ /404 707 B 156 kB
├ ○ /500 713 B 156 kB
+ First Load JS shared by all 161 kB
├ chunks/framework-ac88a2a245aea9ab.js 45.2 kB
├ chunks/main-5e142a69d385547d.js 32.9 kB
├ chunks/pages/_app-468d7903a1177195.js 76.7 kB
├ chunks/webpack-59c5c889f52620d6.js 819 B
└ css/bb51346af44a3b0f.css 4.81 kB
ƒ Middleware 217 kB
Error: The Edge Function "index" size is 1.04 MB and your plan size limit is 1 MB. Learn More: https://vercel.link/edge-function-size
NOW_SANDBOX_WORKER_MAX_MIDDLEWARE_SIZE: The Edge Function "index" size is 1.04 MB and your plan size limit is 1 MB.
How is this calculated and how can I reduce my bundle size?
1 replies
TTCTheo's Typesafe Cult
Created by ygor perez on 3/26/2023 in #questions
TRPC: How to use different transformers
1 replies
TTCTheo's Typesafe Cult
Created by ygor perez on 2/17/2023 in #questions
prisma adapter refresh token rotation
I read https://github.com/nextauthjs/next-auth/discussions/3096 And as MatthieuVeillon said is there a solution that works when the user is still logged on or any better solutions?
1 replies