Error when deploying nova compute yaml

so i’m following the only full charms install guide i could find which is the one here https://docs.openstack.org/project-deploy-guide/charm-deployment-guide/latest/install-openstack.html

i’m at the part of the install where you deploy the nova-compute yaml looks like this

nova-compute: config-flags: default_ephemeral_format=ext4 enable-live-migration: true enable-resize: true migration-auth-type: ssh virt-type: qemu

you use : juju deploy -n 3 --to 1,2,3 --channel zed/stable --config nova-compute.yaml nova-compute

everytime I do this I get the error: ERROR resolving with preferred channel: Post “https://api.charmhub.io/v2/charms/refresh”: http: ContentLength=350 with Body length 0

i cant find an answer to this anywhere but i saw that it was talked about briefly in the development forums in 2022. i’m using the official guide from openstack website with the latest supported stable version. it just seems like they would have seen this error before posting the guide.

please help, i have been stuck with this for 2 days now and any info would be greatly appreciated.