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

Scene: error when title contains special characters (without UI error message) #2190

Open
LM1LC3N7 opened this issue Dec 20, 2024 · 0 comments

Comments

@LM1LC3N7
Copy link
Contributor

Describe the bug
When creating a new scene, if the title contains special characters an error 500 is generated without proper UI corresponding error message (unhandled error).

To Reproduce
Steps to reproduce the behavior:

  1. Create a new scene
  2. Set a title like "Misc | Mettre à jour l'heure"
  3. Click "Create"
  4. See error (on web browser console)

Expected behavior
The scene to create or the web UI displaying an error message about the special char not accepted.

Additional context
Web browser log:

{
  "response": {
    "status": 500,
    "data": {
      "status": 500,
      "code": "SERVER_ERROR",
      "error": {}
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant