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
The issue involves the development of an app using Shopify CLI and the Shopify-app-express package. When attempting to update the app's permission scopes, the expected reauthenticate screen does not appear, necessitating an app reinstallation for permission modifications.
Expected behavior
The expected behavior is that when you try to update the permission scopes for the app, you should see a reauthenticate screen when opening the app. This screen would allow you to give consent for the updated permissions without having to uninstall and reinstall the app. The goal is to make the process of updating app permissions smoother and more user-friendly, eliminating the need for unnecessary app reinstalls and ensuring a seamless experience for users.
Actual behavior
The current behavior is that when attempting to update the permission scopes for the app, the expected reauthenticate screen does not appear upon opening the app. Instead, it requires the app to be uninstalled and then reinstalled in order to update the permissions. This results in an inconvenience for users, as they need to go through the process of reinstalling the app just to modify the permissions.
Steps to reproduce the problem
Build and deploy an app with few permission scopes.
Try updating the permissions scopes and then relaunching the app.
It should ask for permission update, instead the app opens and no re-authenticate screen is shown.
Issue summary
@shopify/shopify-app-* package and version: ^2.2.0
Node version: 16.16.0
Operating system: MacOS
The text was updated successfully, but these errors were encountered:
We are closing this issue because it has been inactive for a few months.
This probably means that it is not reproducible or it has been fixed in a newer version.
If it's an enhancement and hasn't been taken on since it was submitted, then it seems other issues have taken priority.
If you still encounter this issue with the latest stable version, please reopen using the issue template. You can also contribute directly by submitting a pull request– see the CONTRIBUTING.md file for guidelines
I got the same error. Reauthentication is not working
[w:remix] [shopify-api/DEBUG] REST client has a redundant API version override to the default 2024-01
10:49:34 │ app │ [w:remix] [shopify-app/DEBUG] Got an HTTP response error from the API: Received an error response (403 Forbidden) from Shopify:
10:49:34 │ app │ [w:remix] "[API] This action requires merchant approval for read_orders scope."
Issue summary
The issue involves the development of an app using Shopify CLI and the Shopify-app-express package. When attempting to update the app's permission scopes, the expected reauthenticate screen does not appear, necessitating an app reinstallation for permission modifications.
Expected behavior
The expected behavior is that when you try to update the permission scopes for the app, you should see a reauthenticate screen when opening the app. This screen would allow you to give consent for the updated permissions without having to uninstall and reinstall the app. The goal is to make the process of updating app permissions smoother and more user-friendly, eliminating the need for unnecessary app reinstalls and ensuring a seamless experience for users.
Actual behavior
The current behavior is that when attempting to update the permission scopes for the app, the expected reauthenticate screen does not appear upon opening the app. Instead, it requires the app to be uninstalled and then reinstalled in order to update the permissions. This results in an inconvenience for users, as they need to go through the process of reinstalling the app just to modify the permissions.
Steps to reproduce the problem
Issue summary
@shopify/shopify-app-*
package and version: ^2.2.0The text was updated successfully, but these errors were encountered: