Hi ,
please i am facing the below issue
Details:
sonarqube version: sonarqube-9.9.0.65466 Community Edition
System Information:
Operating System: Ubuntu 22.4
Java Version: OpenJDK 17.0.11 (Released on 2024-04-16)
Database: SQL Server
Error Description:
While attempting to start the application, I encountered the following error message:
Application failed to start Error: Unexpected status code: undefined
This error originates from a JavaScript file l10nBundle.ts, specifically at line 62.
const { effectiveLocale, messages } = await fetchL10nBundle(params).catch((response) => {
if (response && response.status === 304) {
Additional Information:
There are no corresponding errors found in the application logs in server side .