Local development not synching template

Hi,

I am having issues when trying to work on a custom template locally.

Basically I created the template and started to modify it using the url given to me by the CLI

https://<my-store>.myshopify.com/admin/themes/137673244841/editor

I made changes to the template using the editor (added some sections) and I was expecting my local template file to be updated when I clicked on “save” using the url above but my template is not being saved and the changes are not there any more when I run shopify theme dev again.

I am new to shopify so I may be doing something wrong.

Any suggestion about what can be happening?

I already tried clearing my cache, logging in from incognito, etc but nothing worked so far.

Thanks in advance,

Found what the problem was.
I was missing one step: pulling the theme being developed after making changes on the editor.
Once I did that, the new code started to show up.

Thanks.