JoaoJandre commented on issue #8113: URL: https://github.com/apache/cloudstack/issues/8113#issuecomment-1793050613
Hey @cdfgallo, When you click on the button to open the console. The UI should call the API createConsoleEndpoint. And this API should log something on the management server. So that we are on the same page, can you please do the following test: 1. On your browser, open your browser console (F12 on Firefox and Chrome) and go to the network tab. 2. Click on the button to open the VM console. You should see a new entry on the network log that refers to the API call that the UI is making. Can you confirm that the API is being called? If so, could you share the contents of the API request? 3. If you confirm that the API is being called, you should get at least a few logs of the process. You could try using something like `grep -i 'createConsoleEndpoint' <mgmt-log-file>` to get the start of the process's logs. From here, you can grep using the logid of the process to get the rest of the logs. If you make it to the end of step 3. Could you please share the logs that you captured? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
