Sorry, we ran into a temporary bug

Screen Shot 2021-08-31 at 9.06.22 AM

I noticed our users weren’t putting in additional information during the sign up flow and went to do a test sign up - I’m getting this error message. Any way to know what is causing this?

Thanks!

Mahatma your workflow like? Can you show it?

Yes!

So, essentially we are creating a user. Then, we are creating a storefront with that user as the owner, and finally we are making changes to that storefront.

In debug mode, we get through step 1 & 2, and step 3 is where we get the error pop-up.

This was working previously, and seems to have stopped out of nowhere.


Screen Shot 2021-08-31 at 9.23.53 AM
Screen Shot 2021-08-31 at 9.24.03 AM

Usually if you go into Developer Mode on Chrome (other Browsers are available) you can see what happened in the Console.

But I agree it is not the most helpful message :slight_smile:

Good thinking.

I’m seeing the following errors:
Unexpected identifier at root
Unexpected server error

Another helpful message :slight_smile:

If I was to guess, it would be that ID creation is happening too fast. If you change it to using the Random number generator, does it go away ?

This topic was automatically closed after 70 days. New replies are no longer allowed.