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
I'm using token exchange auth and managed installs.
When I install the app for the first time - the new Shop record is created and ShopifyApp::Auth::TokenExchange is called.
When I re-install the app - the Shop record is already present in DB and ShopifyApp::Auth::TokenExchange not called automatically so shopify_token is not updated and post_authenticate_jobs are not called.
Expected behavior
ShopifyApp::Auth::TokenExchange should be called after app re-install.
Actual behavior
ShopifyApp::Auth::TokenExchange not called after re-install.