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
I am trying to use the Oxygen plugin provided in this repo. I am trying to use the base url for my site but I get a connection error. Also none of the url patterns look like they would be used with the plugin.
What is the correct url to use?
The text was updated successfully, but these errors were encountered:
The base URL, with trailing slash, is the correct URL. If you are running against an EATS installation running locally for development using Django's built-in webserver, that would be "http://localhost:8000/".
Check the access logs of the webserver running EATS to see what URL the client is requesting and what might be going wrong. The client generates appropriate URLs from the base URL provided (/export/eatsml/base/, /import/, /search/eatsml/, etc).
I am trying to use the Oxygen plugin provided in this repo. I am trying to use the base url for my site but I get a connection error. Also none of the url patterns look like they would be used with the plugin.
What is the correct url to use?
The text was updated successfully, but these errors were encountered: