Skip to content

Bulk import of CSV or JSON file fails with 413 Payload Too Large error #272

Answered by peteeckel
KE8SOJ asked this question in Q&A
Discussion options

You must be logged in to vote

Update: There actually is a limit in Django, with a config setting in NetBox, which is 2.5 MB (2621440 bytes) by default. It was introduced in NetBox version 3.6. See the Django documentation

You can increase DATA_UPLOAD_MAX_MEMORY_SIZE in configuration.py and restart the netbox and netbox-rq services. Setting it to None disables the check.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@KE8SOJ
Comment options

Answer selected by KE8SOJ
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #271 on May 23, 2024 18:49.