joostdecock / site

This is/was the old freesewing website
https://old.freesewing.org/
16 stars 49 forks source link

Unable to sign up #620

Closed tomtom1967 closed 6 years ago

tomtom1967 commented 6 years ago

I'm trying to sign up but did nor receive a confirmation in my mail. At closer inspection of the console log during the signup I see there is a Error: "Request failed with status code 400"

Apparently there is an exception at:

              signup: function (e) {
                return new p.a(function (t, n) {
                  m.data.post('/signup', e).then(function (e) {
                    T(e.data.token),
                    t(e.data)
                  }).catch (function (e) {
                    console.log(e),
                    n(e)
                  })
                })
              },

But before that there are a bunch of other javascript errors. See picture. freesewingjavascripterror

If there is any thing I can do to help you fixt this just let me know.

Regards, Thomas

joostdecock commented 6 years ago

An issue from someone who includes console info? Wow, this is a real treat :)

The errors are about the referral logging. I should look into that, but it's not causing the issue. You didn't receive the email because outgoing email were queued due to an unrelated issue.

I've fixed the issue, the outgoing email queue has been cleared, so you will have a bunch of emails in your inbox as I see you tried more than once :)

Sorry about that. Activate your account via the link in the confirmation message, and everything should be ok.