-
Hey guys, I'm currently trying to get my web application to work on production.
In my docker logs. I'm running on adapter-node and already tried out adding I cannot find anything else about this issue in the web and would be thankful if somebody can help out! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I fixed it myself. The problem was that I had to set the environment variable in the Dockerfile instead of inside the .env file:
Hope it helps if somebody is having the same struggle. |
Beta Was this translation helpful? Give feedback.
I fixed it myself. The problem was that I had to set the environment variable in the Dockerfile instead of inside the .env file:
ENV BODY_SIZE_LIMIT=10M
Hope it helps if somebody is having the same struggle.