-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CNES Report stuck on Loading Screen #411
Comments
Hello, |
I restored the database to get it working again, so it's working now, I'll try to replicate the error. |
I'm seeing this behavior too, but I've only ever noticed it from requests made during the evening hours. I suspect this has something to do with my SonarQube server running in UTC and my browser client running in Pacific Time. It looks like a POST is being sent to Then the API responds with: Edit: I confirmed that updating my SonarQube docker container to run with environment variable |
After analyzing some projects, the CNES window stops responding and the message "Loading..." appears.
If I restart the instance, the problem continues, it has happened to me before and I was able to solve it by restoring a previous database backup.
I can use the tool from the command line without problems.
In the browser's dev tools I see these messages:
net::ERR_BLOCKED_BY_RESPONSE.NotSameOriginAfterDefaultedToSameOriginByCoep 200 (OK)
/api/user_tokens/generate 400 (Bad Request)
The last message that appeared in the cnesreport-0.log was this one:
OS: Ubuntu 22.04
Sonarqube: 10.6
CNES Report: 5.0.0
Captures:
![image](https://private-user-images.githubusercontent.com/32285172/358790246-c8d9e7b0-77fc-4be9-8aae-ce202e731b83.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwOTQxNzUsIm5iZiI6MTczOTA5Mzg3NSwicGF0aCI6Ii8zMjI4NTE3Mi8zNTg3OTAyNDYtYzhkOWU3YjAtNzdmYy00YmU5LThhYWUtY2UyMDJlNzMxYjgzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDA5Mzc1NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJkMjMzYjNjYzgyNzdkYTkzNzczMjNkMTEzNTE4MzNjOWVhMjU2MDc2YjVkZGIwZjA3YWJiZmIwMTk1MmIzNGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3h7Gm9TU0VVGxRUh2qa5bNmJGWahtm4cazCv-_9heyU)
The text was updated successfully, but these errors were encountered: