Hey guys! Do you know why I'm getting this error?
# box-products
n
Hey guys! Do you know why I'm getting this error?
image.png
b
@Narges Navidi show the postparameterlimit value in your JSON file
I'm guessing it's an empty string as the error suggests
Set it to a valid value, which is a number and you should be good
n
@bdw429s Hey Brad, It's set to a number
b
The error message would suggest otherwise 🙂
Make sure you're looking in the file called server.config.json
n
image.png
Yes I'm on that file
b
Dunno, maybe put some debugging in the file where the error is and see what the value is.
Do you have any environment variables trying to set that value?
n
image.png
b
That's your problem then
n
Thanks for your help Brad!
b
I just confirmed, that line of code is importing env vars, not json
Cfconfig doesn't output the list of env vars it imports until AFTER it imports them, which the error happened dueing their import which makes it a little harder to debug
n
Oh got that, thank you so much!