Skip to content
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

Frontend does not display error message when too many projects are opened #5085

Closed
GitHK opened this issue Nov 27, 2023 · 4 comments
Closed
Assignees
Labels
a:frontend issue affecting the front-end (area group) bug buggy, it does not work as expected High Priority a totally crucial bug/feature to be fixed asap

Comments

@GitHK
Copy link
Contributor

GitHK commented Nov 27, 2023

          When study is open the frontend no longer shows any erro when the a study is already opened.

Reply from POST v0/projects/e131863c-8d02-11ee-818c-02420a0b0331:open

{
    "data": null,
    "error": {
        "logs": [
            {
                "message": "You cannot open more than 1 study at once. Please close another study and retry.",
                "level": "ERROR",
                "logger": "user"
            }
        ],
        "errors": [
            {
                "code": "HTTPConflict",
                "message": "You cannot open more than 1 study at once. Please close another study and retry.",
                "resource": null,
                "field": null
            }
        ],
        "status": 409,
        "message": "You cannot open more than 1 study at once. Please close another study and retry."
    }
}

Originally posted by @GitHK in #5027 (comment)

@GitHK
Copy link
Contributor Author

GitHK commented Nov 27, 2023

@elisabettai together with @YuryHrytsuk we found out that this is currently broken on production and should have highest priority since there is no feedback for the users

@GitHK GitHK added bug buggy, it does not work as expected High Priority a totally crucial bug/feature to be fixed asap a:frontend issue affecting the front-end (area group) labels Nov 27, 2023
@elisabettai
Copy link
Collaborator

elisabettai commented Nov 27, 2023

@GitHK, I am a bit confused here. Where did you see the problem?
On s4l-lite, I tried to open 2 projects at the same time and I got the expected error message
image

On the other production deployments, users are free to open as many projects as they want.

@GitHK
Copy link
Contributor Author

GitHK commented Nov 27, 2023

@elisabettai this is on TIP prod

@GitHK
Copy link
Contributor Author

GitHK commented Nov 27, 2023

very good it now works as expected. must have been something during the release.
I also don't see it any longer

@GitHK GitHK closed this as completed Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:frontend issue affecting the front-end (area group) bug buggy, it does not work as expected High Priority a totally crucial bug/feature to be fixed asap
Projects
None yet
Development

No branches or pull requests

4 participants