Skip to content

[Bug]: DAB shouldn't throw exceptions for scenarios that are ONLY applicable to file based configs #1820

@Aniruddh25

Description

@Aniruddh25

What happened?

Exceptions thrown while parsing configuration for example:

return envValue is not null ? envValue :

should only be thrown when the configuration is sourced from a file.

For configurations provided to the configuration endpoint - these exceptions should NOT be thrown.

This issue to track down such exceptions that are ONLY applicable to file based configuration and disable throwing them for non-file based configs.

E.g. Exception
image

Version

0.8.52

What database are you using?

Azure SQL

What hosting model are you using?

Static Web Apps (SWA)

Which API approach are you accessing DAB through?

GraphQL

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingtriageissues to be triaged

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions