how to create order_channels_channel #1946
Unanswered
jihadkamil
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Hi,
Do you mean you want to create the actual table, or just add a row to it? It is safe to just manually add a row, and in future you need to modify your grpc endpoint to make sure a channel gets assigned. Maybe the |
Beta Was this translation helpful? Give feedback.
0 replies
-
yes i mean add new row to order_channels_channel |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello, i wanna ask, can we "create order_channels_channel" manually? i was customizing createOrder feature. my feature hitted by grpc instead of using graphql endpoint. unfortunately it caused the "order_channels_channel" not created in the database, maybe it because of the requestContext is not as complete as from graphql. the impact of empty order_channels_channel is client cannot see the order detail because it's unauthorized
(using vendure-1.3.1)
(cannot see the order detail)
Regards
Beta Was this translation helpful? Give feedback.
All reactions