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

API will return 500 Internal Server Error when try to post with too big text #3

Open
rokoucha opened this issue May 2, 2019 · 2 comments

Comments

@rokoucha
Copy link

rokoucha commented May 2, 2019

No description provided.

@rokoucha rokoucha changed the title Return 500 Internal Server Error when try to post with too big text API will Return 500 Internal Server Error when try to post with too big text May 2, 2019
@rokoucha rokoucha changed the title API will Return 500 Internal Server Error when try to post with too big text API will return 500 Internal Server Error when try to post with too big text May 2, 2019
@rinsuki
Copy link
Owner

rinsuki commented May 2, 2019

{
name: "text",
type: "varchar",
length: "512",
isNullable: false,
},

なので現状では長い投稿でコケるのは仕様
エラーはもうちょっとマシにする

@rokoucha
Copy link
Author

rokoucha commented May 2, 2019

クライアントからどれぐらい長い投稿投げれるか取得できるapiあったほうがいいかも

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

3 participants
@rokoucha @rinsuki and others