Navigation

    CreatiCode Scratch Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • CreatiCode

    Bugs with Databases

    Feedback
    2
    4
    216
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Tyller_
      Tyller_ Best Forum Helpers last edited by Tyller_

      1. 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
      2. 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 😕

      <div component="post/signature" data-uid="255" class="post-signature">Check out my chat room project so you ppl can not use forums as chat rooms! https://play.creaticode.com/projects/66f2e1dcd1be43d82b886fbd?version=1 <p dir="auto">
      </div>

      info-creaticode 1 Reply Last reply Reply Quote 1
      • info-creaticode
        CreatiCode @Tyller_ last edited by

        @tyller_ said in Bugs with Databases:

        1. 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”:

        4cf08577-085e-4346-8344-76182c21a1f8-image.png

        1. 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

        Tyller_ 1 Reply Last reply Reply Quote 0
        • Tyller_
          Tyller_ Best Forum Helpers @info-creaticode last edited by

          @info-creaticode e84e0ff3-e3a7-4eec-9558-996c338fd233-image.png
          baaa8573-542b-4c69-95f4-33cd66f6e9e5-image.png
          the actual database

          <div component="post/signature" data-uid="255" class="post-signature">Check out my chat room project so you ppl can not use forums as chat rooms! https://play.creaticode.com/projects/66f2e1dcd1be43d82b886fbd?version=1 <p dir="auto">
          </div>

          info-creaticode 1 Reply Last reply Reply Quote 1
          • info-creaticode
            CreatiCode @Tyller_ last edited by

            @tyller_

            Confirmed. Changing the column definition for the collection does not work. We will fix this soon.

            1 Reply Last reply Reply Quote 1
            • First post
              Last post