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 Sep 4, 2020. It is now read-only.
Hi, here is a minimal web app that uses the TSnePlotWidget component https://scxa-widget.netlify.com
Unfortunately, it is not working. It looks like the component is making some Ajax requests internally that are failing because they are being done to the wrong url.
Here is the part of the code that attempts to use the React component:
By default the component was pointing at an Expression Atlas instance running on localhost. I’ve published a new version 1.0.0-rc2 tha fixes the issue by using our public service.
Hi, here is a minimal web app that uses the
TSnePlotWidget
component https://scxa-widget.netlify.comUnfortunately, it is not working. It looks like the component is making some Ajax requests internally that are failing because they are being done to the wrong url.
Here is the part of the code that attempts to use the React component:
https://github.com/mirandaio/scxa-widget/blob/master/src/App.js#L7
This web app has been bootstrapped using create-react-app (which is what the Open Targets platform app used).
The text was updated successfully, but these errors were encountered: