I have similar issue <@U03FRBT9CUD> did you manage...
# sst
t
I have similar issue @Emanuel Bohnenkamp did you manage to fix it?
e
Nope, I just switched to a static site, and exported it from the NextJS project. I didn't exhaust options here, tried a couple of fixes and gave up because of a time constraint. So probably there's a way to make it work.
t
yea, I managed to fix it by simply ignoring the type check for that file by excluding it in the tsconfig.json (https://serverless-stack.slack.com/archives/C01JG3B20RY/p1655728123795339?thread_ts=1655556116.053799&amp;cid=C01JG3B20RY)
e
Thanks for the info, I'll try that fix.