Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Mastodon
  3. " Error creating an account for this identity." when logging in for the first time

" Error creating an account for this identity." when logging in for the first time

Scheduled Pinned Locked Moved Mastodon
15 Posts 6 Posters 530 Views 6 Watching
  • 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.
  • nebulonN Offline
    nebulonN Offline
    nebulon
    Staff
    wrote on last edited by
    #2

    Never seen this error, have you looked upstream what it might mean? Does that user maybe have some username which could cause some conflict?

    The logs you have posted only show successful request. Can you also check the browser console logs and the networking tab in the inspector?

    1 Reply Last reply
    0
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #3

      Maybe the user's username/display name/email has some funny characters which Mastodon doesn't like?

      1 Reply Last reply
      0
      • G Offline
        G Offline
        g66lol
        wrote on last edited by
        #4

        I think this has to do with not having SMTP set up correctly. Since DNS is taking forever as always, I quickly got around this by opening the Mastodon Terminal and putting this stuff in:

        # /app/code/bin/tootctl accounts create <username> --email=<email> --approve
        # /app/code/bin/tootctl accounts modify <username> --role Owner
        # /app/code/bin/tootctl accounts modify <username> --confirm
        
        girishG 1 Reply Last reply
        1
        • G g66lol

          I think this has to do with not having SMTP set up correctly. Since DNS is taking forever as always, I quickly got around this by opening the Mastodon Terminal and putting this stuff in:

          # /app/code/bin/tootctl accounts create <username> --email=<email> --approve
          # /app/code/bin/tootctl accounts modify <username> --role Owner
          # /app/code/bin/tootctl accounts modify <username> --confirm
          
          girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #5

          @g66lol said in " Error creating an account for this identity." when logging in for the first time:

          Since DNS is taking forever as always

          Curious... what do you mean by this? Your DNS provider takes too long for propagation? How does this relate to SMTP?

          G 1 Reply Last reply
          0
          • girishG girish

            @g66lol said in " Error creating an account for this identity." when logging in for the first time:

            Since DNS is taking forever as always

            Curious... what do you mean by this? Your DNS provider takes too long for propagation? How does this relate to SMTP?

            G Offline
            G Offline
            g66lol
            wrote on last edited by
            #6

            @girish Using Digital Ocean, they keep the SMTP port closed by default, and Mastodon can't send out the confirmation email.

            Instead of asking Digital Ocean to open the port, I'm running my email through a 3rd party (Proton Mail) so I have to add a DNS TXT record and then wait for DNS to update it so that Proton Mail sees that I own the domain.

            1 Reply Last reply
            1
            • J Offline
              J Offline
              Jenova
              wrote on last edited by
              #7

              Having the same issue. Nothing is working. No idea how to fix this...

              1 Reply Last reply
              0
              • girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by
                #8

                Need more context to help. This happens on a fresh installation? After upgrade? Which Cloudron and Mastodon package version are you on?

                J 1 Reply Last reply
                0
                • J Offline
                  J Offline
                  jayonrails
                  translator
                  wrote on last edited by
                  #9

                  This happens on a fresh install, both on the newest Cloudron and Mastodon version available, but also a few weeks ago when I opened this thread.

                  Although I haven't applied the step described by @g66lol, I was able to log in after a few days. I don't know if this is reproducable.

                  1 Reply Last reply
                  0
                  • J Offline
                    J Offline
                    joseph
                    Staff
                    wrote on last edited by
                    #10

                    @jayonrails we are able to reproduce this. It seems to be some regression in latest Cloudron release (8.0.6). We are investigating.

                    1 Reply Last reply
                    2
                    • J Offline
                      J Offline
                      jayonrails
                      translator
                      wrote on last edited by
                      #11

                      Perfect. Let me know if I can support in any way.

                      1 Reply Last reply
                      0
                      • girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #12

                        @jayonrails ok, we found the issue. If you have no avatar set on Cloudron, it breaks mastodon. It's a bug in mastodon. A workaround: set a profile picture in Cloudron (profile -> avatar).

                        We have put a workaround in coming Cloudron release to avoid the Mastodon bug.

                        J 1 Reply Last reply
                        3
                        • girishG girish

                          Need more context to help. This happens on a fresh installation? After upgrade? Which Cloudron and Mastodon package version are you on?

                          J Offline
                          J Offline
                          Jenova
                          wrote on last edited by
                          #13

                          @girish said in " Error creating an account for this identity." when logging in for the first time:

                          Need more context to help. This happens on a fresh installation? After upgrade? Which Cloudron and Mastodon package version are you on?

                          Sorry I never got back on this. Been too busy plus I fixed it myself using @g66lol method. I had to use Gmail as a relay since my server wasn't being recognized fast enough

                          1 Reply Last reply
                          0
                          • girishG girish

                            @jayonrails ok, we found the issue. If you have no avatar set on Cloudron, it breaks mastodon. It's a bug in mastodon. A workaround: set a profile picture in Cloudron (profile -> avatar).

                            We have put a workaround in coming Cloudron release to avoid the Mastodon bug.

                            J Offline
                            J Offline
                            jayonrails
                            translator
                            wrote on last edited by
                            #14

                            @girish said in " Error creating an account for this identity." when logging in for the first time:

                            If you have no avatar set on Cloudron, it breaks mastodon.

                            You must have had a serious headache to find this bug. Thank you very much for your analysis.
                            Just out of interest: in which places is the profile picture set in Cloudron used in other applications?

                            1 Reply Last reply
                            0
                            • girishG Offline
                              girishG Offline
                              girish
                              Staff
                              wrote on last edited by girish
                              #15

                              @jayonrails the avatar link is set in the OIDC responses. that's the only situation where cloudron's profile pics are used in apps.

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Bookmarks
                              • Search