Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't Connect to AWS Cloud9 IDE With Safari

I'm trying to use Cloud 9 but keep getting the following message during the deployment of the IDE:

"Your web browser does not have third-party cookies enabled"

I'm using Safari 11.0.3 and in the preferences-privacy the block all cookies box is unchecked. I can use Chrome but would prefer to use Safari.

like image 728
alionthego Avatar asked Mar 19 '18 06:03

alionthego


People also ask

Why can’t I open an AWS Cloud9 environment?

If the environment is an SSH environment, the associated cloud compute instance or your own server is not set up correctly to allow AWS Cloud9 to access it. Make sure the IAM user that is signed in to the AWS Cloud9 console has the required AWS access permissions to open the environment, and then try opening the environment again.

How do I use the AWS Cloud9 IDE?

The AWS Cloud9 IDE has a built-in terminal window that can interactively run CLI commands. You also have full administrative privileges on the instance (sudo rights), allowing you to install any additional tools required for development or to host your application. Q: How do I connect to source control management systems?

What is AWS Cloud9 used for?

AWS Cloud9 is a cloud-based integrated development environment (IDE) that lets you write, run, and debug your code with just a browser. It combines the rich code editing features of an IDE such as code completion, hinting, and step-through debugging, with access to a full Linux server for running and storing code.

What is AWS Cloud9 SSH environment?

AWS Cloud9 EC2 environment – Enables you to launch a new Amazon EC2 instance that Cloud9 connects to. By default, these instances stop 30 minutes after you close the IDE and start automatically when you open the IDE. AWS Cloud9 SSH environment – Enables you to connect an existing Linux server with Cloud9.


2 Answers

I had to uncheck "Prevent cross-site tracking" to get it to work. Maybe it has something to do with authenticity and AWS passing off to cloud9. I don't remember this being a problem in the past, and I've never had problems logging on to cloud9 directly.

Safari -- Version 11.0.3 (13604.5.100.6)

like image 109
Nathan Reitinger Avatar answered Sep 30 '22 18:09

Nathan Reitinger


AWS Cloud9 has been updated so that you no longer need to enable third-party cookies to open the IDE.

https://forums.aws.amazon.com/ann.jspa?annID=7207

like image 37
Andrei Nestser Avatar answered Sep 30 '22 17:09

Andrei Nestser