-
Notifications
You must be signed in to change notification settings - Fork 128
l10n error when accessing My Shots with scratch profile #3401
Comments
This is pretty bizarre. The top line in the traceback indicates that a I can't repro this error, I either get the infinite refresh if I follow the described STR, or if I take a shot, then visit /shots, the page loads fine. Regardless, I'll just switch the check to something array-specific, like |
I also don't get this error in the case where I create a scratch profile, create one shot, visit shots, then delete the one shot. I wind up with the "Go on, create some shots" view. |
@SoftVision-CosminMuntean Have you seen this error? Do you know of reliable STR? |
I was able to reproduce this with the steps given by @ianb. If you look at the |
Ensure that `shots` is an array before calling `shots.map()` (#3401)
@ianb Can you verify that this is fixed? I still cant' repro locally |
I've bumped into this in production and not dev, using the same steps, which I believe is because of the fix in 75df157 |
To reproduce:
./bin/run-addon --scratch
The text was updated successfully, but these errors were encountered: