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
Using the Shopify CLI app with the version information down below @shopify/cli/3.68.1 linux-x64 node-v22.6.0
I am UNABLE to deploy my app (REMIX JS) when including the write_themes_assets access scope in shopify.app.toml
According to the docs for the themeFilesUpsert mutation, I am REQUIRED to include this access scope.
Shopify's GRAPHIQL App (with all permissions granted for a dev store) seems not to have this issue and runs the mutation successfully despite only having read_themes & write_themes permissions available for selection on the install page
Steps to reproduce the problem
shopify app init # choosing the Remix start with vanilla Javascript
<include the access scope write_themes_assets in shopify.app.toml>
shopify app deploy
Debug logs
╭─ error ───────────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Version couldn't be created. │
│ │
│ app-access │
│ │
│ Validation errors │
│ • scopes: These scopes are invalid - [write_themes_assets] │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────────────────────╯
The text was updated successfully, but these errors were encountered:
Summary
Using the Shopify CLI app with the version information down below
@shopify/cli/3.68.1 linux-x64 node-v22.6.0
I am UNABLE to deploy my app (REMIX JS) when including the
write_themes_assets
access scope in shopify.app.tomlAccording to the docs for the themeFilesUpsert mutation, I am REQUIRED to include this access scope.
Shopify's GRAPHIQL App (with all permissions granted for a dev store) seems not to have this issue and runs the mutation successfully despite only having
read_themes
&write_themes
permissions available for selection on the install pageSteps to reproduce the problem
shopify app init # choosing the Remix start with vanilla Javascript
write_themes_assets
in shopify.app.toml>shopify app deploy
Debug logs
The text was updated successfully, but these errors were encountered: