Closed kouissar closed 6 years ago
@skatulich these errors are related to cycaller connection issues due to Cytoscape app not connected and nothing to do with Jira submission. once you submit the report, click log button and scroll to the bottom to see the status of your submission and the ticket id from Jira. Something like this: submit :: Starting slide {"id":"22664","key":"CRT-31","self":"https://cytoscape.atlassian.net/rest/api/3/issue/22664"} :: Uploaded the test report Successfully to Jira
main.js:206 POST http://localhost:8000/receiveData 405 (Method Not Allowed) : happens right after selecting submit on the button for submitting to Jira.
@skatulich did you run the app using npm run start:server or you're using live sever? You should be running the server to enable server side features. Also ensure you run npm install one more time just in case you're missing any dependencies.
Applying Bootstrap style to many components and cleanup. Also fixed a bug with submitting large payload posts to our backend server