supabase db diff `Error: Address already in use (os error 98)`
Recently I'm facing this error. I attach the complete debug log. Gess It's an incompatible Deno version with the CLI. Anyone can confirm or deny my assumption? Here is my configuration:
3 Replies
I'm not sure that an issues with
supabase db diff would be related to an issue with deno
The logs you dont't seem to have errors what is the error that you were actually seeing (without --debug)
note also that if you are creating schema files with db diff then, you should be using --local flagThanks for your reply @ibrahim I supposed It was a deno related issue because I saw a reference to deno at the end of the whole log (need to download it), right before the error.
Running the
diff command with no --debug flag, with or without --local flag, in both cases the error is:
The search results to
Address already in use (os error 98) all mention that this happens when a port is already being used
try running supabase stop --all (note this might case your cli to lose data about file changes). I would also suggest checking your cli to see if it is out of date