22 Feb 2026 07:39 PM - edited 22 Feb 2026 07:39 PM
Today, I'm trying to build an extension I had to test. Can't manage to do it through the GUI, as it says:
It really depends, I have a lot of different ones, both from old/new schemas:
Problems loading reference 'http://abc12345.live.dynatrace.com/api/v2/extensions/schemas/1.285.0/log.processing.rule.schema.dql....': Unable to load schema from 'http://abc12345.live.dynatrace.com/api/v2/extensions/schemas/1.285.0/log.processing.rule.schema.dql....': No content.
Problems loading reference 'http://abc12345.live.dynatrace.com/api/v2/extensions/schemas/1.285.0/log.processing.rule.schema.json': Unable to load schema from 'http://abc12345.live.dynatrace.com/api/v2/extensions/schemas/1.285.0/log.processing.rule.schema.json': No content.
Problems loading reference 'http://abc12345.live.dynatrace.com/api/v2/extensions/schemas/1.331.0/log.metrics.dql.schema.json': Unable to load schema from 'http://abc12345.live.dynatrace.com/api/v2/extensions/schemas/1.331.0/log.metrics.dql.schema.json': No content.
In the process, I have seen that the schemas are really downloaded with HTTP, but then it redirects:
Even creating an extension from scratch yields the same issue. Tried also with two different tenants, same result.
The files in VS Code are OK. I even restarted a VM I'm sure was working about a month ago, and it has the same problem.
Compiled with dt-sdk, they do compile. And they also run locally.
Solved! Go to Solution.
22 Feb 2026 07:47 PM
Hi @AntonioSousa ,
this is caused by update of RedHat yaml extension is vscode. I also sumbled upon this on Friday afternoon. Already known issue and reported: https://github.com/dynatrace-extensions/dynatrace-extensions-vscode/issues/285 . Just downgrade the yaml extension and disable it's autoupdate for a while to get this working again.
22 Feb 2026 07:55 PM
Thanks so much! I downgraded almost everything, except the yaml extension. Working again!
26 Feb 2026 04:01 PM
Glad I thought to check the community for this! Been struggling with this issue for an hour at least. Thanks guys!
Featured Posts