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

Creating a TS with name over 50 chars returns a 500 #241

Open
cooper667 opened this issue Apr 27, 2022 · 0 comments
Open

Creating a TS with name over 50 chars returns a 500 #241

cooper667 opened this issue Apr 27, 2022 · 0 comments
Assignees
Labels
bug [Problem] Something isn’t working or looking right.

Comments

@cooper667
Copy link
Contributor

It's a model/db limit., so we don't catch it until we try to save the record, which causes a 500 error. Messy.

Ideally the schema will have and enforce this limit so return a nice error to the user. Worst case we can do it in code.

This may also apply to other fields, we should check our models for fields with varchar(x) to see

@cooper667 cooper667 added the bug [Problem] Something isn’t working or looking right. label Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [Problem] Something isn’t working or looking right.
Projects
None yet
Development

No branches or pull requests

2 participants