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
When you disable the sales_channel feature flag, you keep getting errors on the [GET] - /admin/products/:id route.
It's because that route still tries to look for product's sales channels, I remember that at a time a check was made using the FF router, but now it seems that it's always there :
Bug report
Describe the bug
When you disable the
sales_channel
feature flag, you keep getting errors on the[GET] - /admin/products/:id
route.It's because that route still tries to look for product's sales channels, I remember that at a time a check was made using the FF router, but now it seems that it's always there :
System information
Medusa version (including plugins): v1.20.7
Steps to reproduce the behavior
sales_channel
feature flag in the Medusa configdriverError: error: relation "public.sales_channel" does not exist
Expected behavior
I expect a check with the FF router to check if the
sales_channel
feature flag is enabled to make sure we don't have this relation error.The text was updated successfully, but these errors were encountered: