You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was having trouble getting URL rewrites to work for my products, then noticed that one was working. That one was auto-generated. Looked at the url_rewrite table, and only rewrites that had is_autogenerated = 1 worked. Changing the value from 0 to 1 for manually generated rewrites makes them function correctly. Is this a bug or some idiosyncratic error on just my install?