Hi! we are on the process of upgrading Spryker 202...
# help
r
Hi! we are on the process of upgrading Spryker 2020.04 to 2022.04, and we have found ourselves with all the categories pages on the yves catalog returning a 404 on the newer version, someone has any idea on what could have happened?
m
Did u updated also spryker/category to V5? Since this version a category has a store relation..
r
Yes, it's updated to 5.7
5.7.0*
m
ok,, and do u have data in spy_category_store?
r
Nop, I don't have anything there
m
then u have to re-import the category or just migrate the data and of course take care that the events are triggered and category data in storage are up to date
r
There's any command to do that? because it's happening with all the categories
m
docker/sdk console data:import category docker/sdk console data:import category-store
r
Thanks!
Now that table has data, but it's still returning a 404 on all the categories
m
u have to wait until all events are consumed.. do u have some events in rabbit mq? Is your jenkins running?
r
Now it works, thanks!
👍 1
a
Thx for helping out @mammoth-autumn-37948!