benzino77
benzino77
Thanks for this finding! Great job. I will fix it soon.
I've push changes to `development` branch (link to [gitpod](https://gitpod.io/#https://github.com/benzino77/tasmocompiler/tree/development)) and `benzino77/tasmocompiler:development` docker image. @nonix could you please check if this is working as expected now?
I'm glad to hear it. Thanks for your help! I will release new stable version as soon as I have some free time.
Thanks for a quick replay! Well it sounds (I think) pretty simple to someone who is familiar with java coding. Maybe you can consider this as a "feature request" ;)
Hi, The `APP_MAX_FILE_SIZE` parameter should be provided **in bytes**. 100B can be too small to let CRA work properly. Try to change this value to something more realistic: 10MB should...
If you set a limit to 10MB and send file greater then 10MB... well it is correct behavior. `APP_MAX_FILE_SIZE` is the **upper** size limit of a file which can be...
Sorry to hear it. What is your setup? Are you trying to start CRA on docker or on k8s? Have you tried to use sample configuration from `examples` directory? I've...
Hmm. That is strange. I just tested CRA on two different environments and it works as expected. Can you provide more details about your setup? What architecture you are running...
I have been trying to reproduce your problem but without luck. I have setup CRA on two different machines with docker. Set the max upload file to 1MB and upload...
I think that finally I was able to reproduce your problem. Check the new docker image pushed to docker hub.