-
Notifications
You must be signed in to change notification settings - Fork 14
Could not connect to IPython Notebook
Eric Rasche edited this page Aug 15, 2014
·
1 revision
This error occurs when the javascript in our visualisation plugin cannot connect to IPython notebook. This usually happens when galaxy and ipython are being accessed over different ports (e.g., galaxy on :8080
and ipython on :10001
). The AJAX request to IPython for login is considered a Cross Origin request due to port number differences.
The solution to this issue is to do the following:
- switch on
apache_urls = True
- Implement the information discussed in INSTALL.md.
- Reconfigure galaxy to run under a subdirectory (e.g.
/galaxy/
) and implement the appropriate reverse proxy config so you can access it onhttp(s)://fqdn/galaxy/