wix-members-backend.authentication.register giving error

Did this all of a sudden start happening to other people? Whenever someone tries to register – the function backend.authentication.resister throws this error: “[“Error: server responded with - {"message":"","details":{}} (500)”]”

A bit more detail… it looks like the account creation is working, but it still throws the above error. I’m now just catching the error, waiting 3 seconds, logging the user in with the email and password, querying the privatemembers database using the email for the _id – and using that id for other databases/account creation stuff for my site, before returning the session token. Huge work around for this… but very strange (what appears to be a bug).

I’m also logging this error around the same time that the other error is thrown. Nor sure if they are related, but I thought I would post it just in case:
“TypeError: Cannot read properties of undefined (reading ‘authentication’) at https://bundler.wix-code.com/fd9cce88-f143-4180-ada8-7d58c9eaf1be/02524a93-3c8e-457c-8780-70cd310a7b87/b577fef3-469b-4f76-ab2e-c423e91ab578/pages/masterPage.js?wix-data-as-namespace=true&replace-console=false&dependencies-token=3938:1:2753 at https://www.writingbattle.com/_partials/wix-thunderbolt/dist/clientWorker.17613c86.bundle.min.js#h4GjBDZQs+2Rq37ZKZMTP6pw#{“navigator”:{“userAgent”:“facebookexternalhit/1.1%20(+http://www.facebook.com/externalhit_uatext.php)”,“acceptLanguage”:“en-US”,“platform”:null,“mobile”:null,“hardwareConcurrency”:4},“screenRes”:null}:2:203717 at Generator.next () at https://www.writingbattle.com/_partials/wix-thunderbolt/dist/clientWorker.17613c86.bundle.min.js#h4GjBDZQs+2Rq37ZKZMTP6pw#{“navigator”:{“userAgent”:“facebookexternalhit/1.1%20(+http://www.facebook.com/externalhit_uatext.php)”,“acceptLanguage”:“en-US”,“platform”:null,“mobile”:null,“hardwareConcurrency”:4},“screenRes”:null}:2:508171 at new Promise () at s (https://www.writingbattle.com/_partials/wix-thunderbolt/dist/clientWorker.17613c86.bundle.min.js#h4GjBDZQs+2Rq37ZKZMTP6pw#{“navigator”:{“userAgent”:“facebookexternalhit/1.1%20(+http://www.facebook.com/externalhit_uatext.php)”,“acceptLanguage”:“en-US”,“platform”:null,“mobile”:null,“hardwareConcurrency”:4},“screenRes”:null}:2:507916) at t (https://www.writingbattle.com/_partials/wix-thunderbolt/dist/clientWorker.17613c86.bundle.min.js#h4GjBDZQs+2Rq37ZKZMTP6pw#{“navigator”:{“userAgent”:“facebookexternalhit/1.1%20(+http://www.facebook.com/externalhit_uatext.php)”,“acceptLanguage”:“en-US”,“platform”:null,“mobile”:null,“hardwareConcurrency”:4},“screenRes”:null}:2:203667) at Object.withTask (https://www.writingbattle.com/_partials/wix-thunderbolt/dist/clientWorker.17613c86.bundle.min.js#h4GjBDZQs+2Rq37ZKZMTP6pw#{“navigator”:{“userAgent”:“facebookexternalhit/1.1%20(+http://www.facebook.com/externalhit_uatext.php)”,“acceptLanguage”:“en-US”,“platform”:null,“mobile”:null,“hardwareConcurrency”:4},“screenRes”:null}:2:449805) at https://www.writingbattle.com/_partials/wix-thunderbolt/dist/clientWorker.17613c86.bundle.min.js#h4GjBDZQs+2Rq37ZKZMTP6pw#{“navigator”:{“userAgent”:“facebookexternalhit/1.1%20(+http://www.facebook.com/externalhit_uatext.php)”,“acceptLanguage”:“en-US”,“platform”:null,“mobile”:null,“hardwareConcurrency”:4},“screenRes”:null}:2:201981 at Array.map ()”