Hi, I'm trying to upload some CSV files on CKAN, some of them have the preview as table where i can view all the entries and filter them.
But with other files I found some errors:
-
Success on uploading the file, but I can't view the preview table with this error in the DataStore section:

-
I can' upload a file with the error "file upload too large", the file has a size of 104.170 KB:

For the second error I try to modify CKAN_MAX_UPLOAD_SIZE in the .env file (by default is 100), but don't resolve the problem.
Hi, I'm trying to upload some CSV files on CKAN, some of them have the preview as table where i can view all the entries and filter them.
But with other files I found some errors:
Success on uploading the file, but I can't view the preview table with this error in the DataStore section:

I can' upload a file with the error "file upload too large", the file has a size of 104.170 KB:

For the second error I try to modify
CKAN_MAX_UPLOAD_SIZEin the .env file (by default is 100), but don't resolve the problem.