Flagsmith / Flagsmith/flagsmith
Providing a large integer (>32bit) when creating a feature causes a NumericValueOutOfRange error
Open
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
Assessment
This issue has not been assessed yet.