You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
I resolved this by changing the index.php file.
I added the line:
$ociAvailabilityDomain = getenv('OCI_AVAILABILITY_DOMAIN') ? json_decode(getenv('OCI_AVAILABILITY_DOMAIN'), true) : null;
And I changed this line:
$config = new OciConfig(
getenv('OCI_REGION'),
getenv('OCI_USER_ID'),
getenv('OCI_TENANCY_ID'),
getenv('OCI_KEY_FINGERPRINT'),
getenv('OCI_PRIVATE_KEY_FILENAME'),
$ociAvailabilityDomain, // I changed this line
getenv('OCI_SUBNET_ID'),
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does anyone know if it still works right now (5/11/2024)?
I got this error.
"code": "CannotParseRequest"
"message": "Incorrectly formatted request. Please refer to our documentation for help."
The text was updated successfully, but these errors were encountered: