DEV Community

Discussion on: Deploying Create-React-App with Json-Server as backend to Github

Collapse
 
lukaskairys profile image
lukaskairys

I get the following error when trying to access my server repo from my-json-server:
maxContentLength size of 10000 exceeded.
I have about 4000 lines in json file. Is this not gonna work?

Collapse
 
nikita_guliaev profile image
Nikita Guliaev🧩

Hey Lukas, it seems to be an issue with IIS configuration. Try this article:
stackoverflow.com/questions/586555...