I am working on a NextJS 14 project in my local, where I am using postgres sql from superbase for data storage. I was able to connect to postgres and make requests, but after break of few months when I try to push by schemas in superbase project, its not doing any action, and ultimately I have to terminate the session:
when I run command
Here are the packages I am using :
Packages
I have tried removing and adding node_modules but still no luck.
I am new to next-js, any help is much appreciated.
Thanks in advance