Sky Moore
Sky Moore
@ashishkpaul That fixed it, but it's a little tricky. The mutation only works once per container start... no idea why, subsequent calls will update the site name, but not the...
Curl command to update the site domain: ```bash export TOKEN="someReallyLongTokenGoesHere" # set the name and domain in the mutation curl 'https://api.slr.rwx.dev/graphql/' \ -X POST \ -H 'Content-Type: application/json' \ -H...
> u can try environment variable like export ENABLE_SSL=True > query to verify: https://docs.saleor.io/docs/3.x/developer/api-reference/objects/domain @ashishkpaul That worked. Thank you!
> @skymoore that looks like something related to #11117. @magul I agree. I think the issue really is that in 3.8.4, there is no place to set this in the...
> For me the domain update mutation doesn't update the URL... > > ```graphql > mutation { > shopDomainUpdate( > input: { domain: "www.example.com", name: "Saleor" } > ) {...
@tiendq Glad you got it sorted, yeah I don't know anything about cloud, I only learned about this because I was developing [this k8s deployment for saleor](https://github.com/skymoore/saleor-platform-k8s-kustomize)
@vsnyc If I'm not mistaken it looks like [aws documentation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitconditionhandle.html) recommends against waiting for ec2 instances this way. I'm also experiencing this issue.
> @davemuhlbradt - could you share the logs from the Citrix Cloud Connector instances? @vsnyc Attached [logs.zip](https://github.com/aws-quickstart/quickstart-citrix-daas/files/10026423/logs.zip) for same issue occurring in my environment
@vsnyc Ok great thank you.