We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
04146c5
Breaks install
local.ERROR: Call to undefined method DreamFactory\Core\Utility\Environment::getProductCode() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method DreamFactory\\Core\\Utility\\Environment::getProductCode() at /opt/dreamfactory/vendor/dreamfactory/df- system/src/Resources/Environment.php:39
The text was updated successfully, but these errors were encountered:
Commenting out these lines in dreamfactory\df-system\src\Resources\Environment.php seems to resolve the issue
//'aws_product_code' => EnvUtilities::getProductCode(), //'aws_instance_id' => EnvUtilities::getInstanceId(),
Sorry, something went wrong.
No branches or pull requests
04146c5
Breaks install
The text was updated successfully, but these errors were encountered: