marais-vzc commented on issue #7091:
URL: 
https://github.com/apache/incubator-devlake/issues/7091#issuecomment-2134940871

   I'm not sure this issue is resolved?
   
   I'm using 1.0.0-beta9 and still seeing the same behaviour.
   
   When going to "Manage Connection" and click test, the UI says succeeded, but 
if you look at the logs, it actually failed. 
   
   When viewing the scopes, and you click test connection, this time it correct 
says disconnected / failed, and then not return anything. 
   
   The (redacted html) response from the search api on sonarqube is :
   
   ```
        <body>
            <div id="content">
                <div class="global-loading">
                    <i class="spinner global-loading-spinner"></i> 
                    <span aria-live="polite" 
class="global-loading-text">Loading...</span>
                </div>
            </div>
            <script>
                window.baseUrl = '';
                window.serverStatus = 'UP';
                window.instance = 'SonarQube';
                window.official = true;
            </script>
            <script type="module" src="/js/outDBSRE6XU.js"></script>
        </body>
   ```
   
   The response should be json, not html which is why this fails. 


-- 
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]

Reply via email to