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 also not able to run the examples. If I change the script tag to workfront-api.umd.js and run the login example, I get a POST /attask/api/v5.0/login Error (404) Not found
Steps to reproduce:
git clone git://github.com/Workfront/workfront-api.git
cd workfront-api
npm install
npm start
go to http://localhost:8000/examples/browser/login.html
Then look in the console, it says:
Failed to load resource: the server responded with a status of 404 (Not Found)
Dont see workfront.js in the dist directory:
Changing the script tag to:
dist/workfront-api.umd.js
makes the 404 go away.Now the error is:
Api.ts:750 POST http://localhost:8080/attask/api/v5.0/login net::ERR_CONNECTION_REFUSED
The text was updated successfully, but these errors were encountered: