use refstack-client to upload a test result, could not show the test results in UI.

Asked by David Liu

I have local instance of refstack server and client running, each time when I used .refstack-client to upload some test results, I could find the results through api, but could not see the results in the UI, what's the problem, you could find more details through the bug description:
https://bugs.launchpad.net/refstack/+bug/1490691

Question information

Language:
English Edit question
Status:
Solved
For:
refstack Edit question
Assignee:
No assignee Edit question
Solved by:
David Liu
Solved:
Last query:
Last reply:
Revision history for this message
David Liu (lzbj) said :
#1

Might be the same issue as an existing one, try to find the answer through it.

Revision history for this message
David Liu (lzbj) said :
#2

Make sure the port of refstack.conf consistent with port of config.json from UI part. such as:
//from api config
api_url = http://myrefstack.com:8112

//from ui config
server = {
    'port': '8112',
    'host': 'myrefstack.com',
    'protocol': 'http'
}