Stu Bonham
Stu Bonham
Its because when the content filter is triggered, the response is not JSON. Personally, I updated that part of the process to check that the response looks like JSON, and...
Will do, and thanks :-)
Saved my sanity! Thanks for the solution @pksorensen 💯
I am having this same issue in Azure DevOps, and I tried the steps outline here to no avail: - create a pipeline variable called `AZD_INITIAL_ENVIRONMENT_CONFIG` - copy the contents...
This was solved for me - turns out I had run `azd init` in the AppHost folder. Running it in the root of the solution, then running `azd pipeline config...