Local Development :: Can't edit column names, can't add columns, all was fine yesterday
I needed to make changes in local database to two tables (adding new columns), but when I click save, (not sure how to describe this) but it fails and spews a lot of HTML. dev tools in browser shows a slew of red...
Anyone else having issues making changes to tables in local dev? Never had this before. As far as I can tell I haven't updated anything via brew, and have tried this in Chrome and Safari.

9 Replies

I've shut down the one project, and opened up another that is completely unrelated, same problem. Gonna try on a different machine to see if I can weed out some local gremlin
on a laptop everything worked fine, I could do the edits. So something has gone wonky on my local physical dev station.
running supabase 1.110.1 on laptop and 1.113.2 on my main dev station
Someone else is having what appears to be the same issue and posted on github.com (https://github.com/supabase/cli/issues/1683), someone suggested downgrading CLI to 1.110.3
GitHub
Issues · supabase/cli
Supabase CLI. Contribute to supabase/cli development by creating an account on GitHub.
Seems like multiple issues with the latest version on local instance... https://github.com/supabase/supabase/issues/19121
GitHub
In studio 20231114-1442e42, RLS and Database Roles are not being di...
Describe the bug When upgrading from version 1.110.1 to 1.113.2, Row-Level Security (RLS) stops functioning and Database Roles are not displayed. To Reproduce Steps to reproduce the behavior: Set u...
I can't figure out how to dowgrade with brew. I suppose I just remove current with brew, then use npm to install [email protected] and use npx to run...
So for me, I uninstalled the one installed with brew, then installed with npm [email protected], switched my scripts to prefix supabase calls with npx, and I'm back to working as before.
thanks, Im in the same boat, I cant see my Functions or Triggers in the Console and have errors in dev tools. Guess Ill have to try and figure my way out of this painful situation.
Was also having the same issue, was on version
1.113.2
, uninstalled and re-installed with brew to latest version 1.113.3
and seems fixed now. Though still shows 404 for default-org-slug?expand=true
in console.I've unpinned the 1.110.1 and installed latest which is 1.115.4 (at the time that I installed, which was one or two days ago). Most of the issues I had before with the local dev are resolved. Still having some odd behaviours, especially if I write a bad db function or sql query in the builder. page just craps, and I have to do browser refresh and figure out whats wrong in my query. Then on my other workstation I can't view any local db functions, which is a real pain as this is all I'm working on for the next two weeks (refactoring). hope things stabilize soon.
I can see my local functions now with the latest version but on errors in the SQL editor the page 'craps' out, so I have to use docker logs to see the error.