Hi everyone, I’m experiencing an issue when creating a new table in UI Bakery Postgres.
When I create the table, I get a “Table created successfully” message, but the screen keeps loading indefinitely (see attached screenshot).
If I refresh the page, the table doesn’t show up in the left-side menu.
And if I try to create a new table with the same name, it says the table already exists.
Has anyone else faced this issue?
Any workaround or fix?
If you happen to know of any temporary workaround to create a new table in UI Bakery Postgres, I’d really appreciate it.
I’ve already tried creating a table using both the Query Runner and the Database Editor, as well as duplicating an existing table to edit later — none of those approaches worked.
I’ve been following the thread a bit and tested some things. I’m not sure what’s different, but for me, it works with almost all the methods mentioned:
Using the Database editor, the one in your original post and shown in the screenshot you shared in chat, it did also load indefinitely, but the table was created and visible in the list, also on refresh.
Using the Query Runner worked flawlessly
Duplicating tables did not work at all, always throwing an error like Duplicate table error relation "<new table name>_<primary key field>_seq" does not exist
Are you using the cloud or on prem UIBakery? And if you’re using on prem, what version are you on?
Hi @Max, thanks for testing!
I’m using the cloud version.
Just re-checked here: Query Runner still doesn’t create the table for me — I get the success message, but nothing shows up after refresh.
Appreciate the help! Let me know if I can test anything else.