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
For bugs, please fill out the three following sections completely
Expected behaviour
WHEN a vendor registers and a shop is created
THEN it should redirect to the shop's home page which should not have any products
Actual Behaviour
WHEN a vendor registers and a shop is created
THEN a 404 page is rendered and error Cannot read property 'language' of undefined is logged
Steps to Reproduce the Behaviour
Click on Sign In
Click on register
Enter email and password
Choose vendor option
Enter a Shop Name
Click on Register button
A work around it was to rebuild after error occurs. Works well on development, breaks on production.
For enhancements or other issues, please describe in as much detail as
possible how the app should be changed and how this would benefit
users/developers
The text was updated successfully, but these errors were encountered:
For bugs, please fill out the three following sections completely
Expected behaviour
WHEN a vendor registers and a shop is created
THEN it should redirect to the shop's home page which should not have any products
Actual Behaviour
WHEN a vendor registers and a shop is created
THEN a 404 page is rendered and error
Cannot read property 'language' of undefined
is loggedSteps to Reproduce the Behaviour
Sign In
register
Register
buttonA work around it was to rebuild after error occurs. Works well on development, breaks on production.
For enhancements or other issues, please describe in as much detail as
possible how the app should be changed and how this would benefit
users/developers
The text was updated successfully, but these errors were encountered: