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 Oct 31, 2023. It is now read-only.
I am receiving the following error when trying to create a server in a Rackconnected region.
==> default: Launching a server with the following settings... ==> default: -- Flavor: 4 GB General Purpose v1 ==> default: -- Image: Windows Server 2012 R2 ==> default: -- Networks: ["00000000-0000-0000-0000-000000000000", "11111111-1111-1111-1111-111111111111", "defined_network"] ==> default: -- Name: vagrant_win_test [fog][WARNING] Received exception '814: unexpected token at 'Forbidden
Access was denied to this resource.
Networks (00000000-0000-0000-0000-000000000000) not allowed '' while decoding>> 403 Forbidden
I am able to create one successfully if I modify some code in the config.rb file to not pass in the public net id into the networks array. Is there another way to modify how this can be set or disabled?
Thanks
Michael
The text was updated successfully, but these errors were encountered:
@machodeveloper what code are you changing? I'm running into the same issue and when I modify the default networks in config.rb to not include the PUBLIC_NET_ID I still get the error.
I am receiving the following error when trying to create a server in a Rackconnected region.
==> default: Launching a server with the following settings...
==> default: -- Flavor: 4 GB General Purpose v1
==> default: -- Image: Windows Server 2012 R2
==> default: -- Networks: ["00000000-0000-0000-0000-000000000000", "11111111-1111-1111-1111-111111111111", "defined_network"]
==> default: -- Name: vagrant_win_test
[fog][WARNING] Received exception '814: unexpected token at 'Forbidden
Access was denied to this resource.
Networks (00000000-0000-0000-0000-000000000000) not allowed '' while decoding>> 403 Forbidden
I am able to create one successfully if I modify some code in the config.rb file to not pass in the public net id into the networks array. Is there another way to modify how this can be set or disabled?
Thanks
Michael
The text was updated successfully, but these errors were encountered: