Flagsmith / Flagsmith/flagsmith

Providing a large integer (>32bit) when creating a feature causes a NumericValueOutOfRange error

Open
#1,597 2 comments 0 reactions 1 assignee Claimed by @matthewelwell View on GitHub
api bug
Dominant language
Python
Stars
6.6k
Forks
567
Avg merge
1d 13h
Merged PRs (30d)
121

Description

Example request to recreate the issue:

```
POST /api/v1/projects/:id/features

{
"default_enabled": True,
"initial_value": "1000000000000",
"name": "large_integer_feature",
"project": ,
"tags": [],
"type": "STANDARD"
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.