You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Bug report
Describe the bug
It is a Typescript syntax error with
isolatedModulesonTo Reproduce
I was building a docker image for my application using this template on NextJS docs
Building a NextJS app with supabase should raise this error
This is my code My Code.
Expected behavior
Expected it to build when the Dockerfile ran
next buildScreenshots
This is the error I got from docker build
https://drive.google.com/file/d/1HRU_2bOrK5zQPGKvxAIPZ52_TPAv9NO9/view?usp=sharing
System information
Additional context
I am using NextJS with TypeScript+SWC.
I tried setting isolatedModules to false, but when I ran npm run build it set it back to true