Can't seem to connect theme to store

Can't seem to connect theme to store

RomanLys
Shopify Partner
1 0 0

Hi, this is probably very dumb but I am starting to learn shopify theme development and tried making my first themes with files that my friend send me as well as just a blank theme from scratch. All the time I think i followed the tutorial and tried a bunch of videos and even chatgpt but it seems going nowhere. I am trying to create dev theme with a partner account in my store, but it always gives me the error 

╭─ error ─────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ Failed to delete file "config/settings_schema.json" from remote theme. │
│ You are not authorized to edit themes on "STORENAMEHERE.myshopify.com". │
│ │
│ You can't use Shopify CLI with development stores if you only have Partner staff member │
│ access. If you want to use Shopify CLI to work on a development store, then you should be the │
│ store owner or create a staff account on the store. │
│ │
│ If you're the store owner, then you need to log in to the store directly using the store URL │
│ at least once (for example, using "https://STORENAMEHERE.myshopify.com/admin ") before you │
│ log in using Shopify CLI. Logging in to the Shopify admin directly connects the development │
│ store with your Shopify login. │
│ │
╰─────────────────────────────────────────────────────────────────────────────────────────────────╯

Reply 1 (1)

sunweb
Shopify Partner
1 0 0

Hi, you need to enter the directory where the theme is. For example, if you were to unzip the accelerator-theme-main theme file in C:, you would have to place in the command line "C:\>cd accelerator-theme-main/accelerator-theme-main" and then place the command to execute. Greetings.