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

Collection createion endpoint raises 500 server error on long description #70

Open
Pooya-Oladazimi opened this issue Mar 17, 2025 · 3 comments
Labels
bug Something isn't working Type: Bug

Comments

@Pooya-Oladazimi
Copy link

When this is set as the description:

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

the endpoint returns 500

@syphax-bouazzouni
Copy link
Collaborator

It seems the description is too long, I will update the database of collections to accept bigger text

Image

@syphax-bouazzouni
Copy link
Collaborator

The current maximum description size is 500 chars, @Pooya-Oladazimi do you think it is enough ? I think the issue here is more that the API did give you information why the post failed.

Image

@Pooya-Oladazimi
Copy link
Author

@syphax-bouazzouni

I think we can get rid of the limit for now or set a high number. Since some of these will be community collections for some consortium, a long description will be expected in my opinion.

@syphax-bouazzouni syphax-bouazzouni added bug Something isn't working Type: Bug and removed Status: Needs Triage labels Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants