Skip to content
New issue

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

Can't load iOS INSPECTOR #39

Closed
lamquangthanh opened this issue Apr 26, 2019 · 6 comments
Closed

Can't load iOS INSPECTOR #39

lamquangthanh opened this issue Apr 26, 2019 · 6 comments

Comments

@lamquangthanh
Copy link

Hello,

I'm starting apps and appium successfully, but when open file Appium-iOS-Inspector.html , have and error with red "Appium session at https://localhost:4723/wd/hub is unreachable. Make sure..."

Have any change with way to start it?

Thanks

@ndeztea
Copy link

ndeztea commented Apr 30, 2019

Hi,
I have the similiar issue after upgrade appium and xcode to the latest

thank you for the great job!

@mykola-mokhnach
Copy link
Owner

Check the network requests in the web inspector and browser console for possible error messages

@ndeztea
Copy link

ndeztea commented Apr 30, 2019

It seems caused by CORS issue

Access to XMLHttpRequest at 'http://localhost:4725/wd/hub/sessions' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

@mykola-mokhnach
Copy link
Owner

The workaround for CORS is described in README.

@ndeztea
Copy link

ndeztea commented May 9, 2019

ok great, this is already solved this by installing CORS extensions on my browser

@lamquangthanh
Copy link
Author

@ndeztea What's CORS extensions that you use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants