-
Notifications
You must be signed in to change notification settings - Fork 508
Multiple availability domains? #137
Comments
I got mine to work by setting OCI_AVAILABILITY_DOMAIN with this array format in the .env then i modified this in index.php
After these changes, the script will check each availability domain |
Do you get |
I did and it works fine, but i added this above the constructor and now it is working as expected with no warning
Output:
|
I think my script is setup weird - it tries each domain once and then sends me back to terminal |
Also that constructor seems the same, getting the error still |
How can I have it check multiple? I had
OCI_AVAILABILITY_DOMAIN=['PoxX:US-ASHBURN-AD-1','PoxX:US-ASHBURN-AD-2','PoxX:US-ASHBURN-AD-3']
And I'm getting 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: