Bugs with Databases
-
- editing an existing database does not work, the menu works but when you try to actually okay the edit it just does nothing and dev console gets some output, specifically that the database link it tries to send a post request to is not found
- Fetching from an empty database will wait forever, not a major bug but worth pointing out.
Edit: Unrelated bug, but dashboard page from user profile dropdown doesn’t exist
-
@tyller_ said in Bugs with Databases:
- editing an existing database does not work, the menu works but when you try to actually okay the edit it just does nothing and dev console gets some output, specifically that the database link it tries to send a post request to is not found
Are you referring to the table on the stage? That’s just a readonly preview of the content of the database, and not editable.
For example, if you create a database collection named “sss”, then you will see a readonly preview named “sss”, and also a table named “sss_table”. You can edit “sss_table”, but not “sss”:
- Fetching from an empty database will wait forever, not a major bug but worth pointing out.
We will fix this.
Edit: Unrelated bug, but dashboard page from user profile dropdown doesn’t exist
Which page or link are you referring to? Can you post a screenshot?
Thank you
-
@info-creaticode
the actual database -
Confirmed. Changing the column definition for the collection does not work. We will fix this soon.