I am running Pihole V6.4.2 as an app loaded on Truenas Goldeye. I am attempting to create a configuration export file using the Teleporter. I then try to import the file back or to my Rasp PI running the same version.
When I attempt to import the created config file to either Pihole config I get the below error in the FTL log file.
WARNING API: ZIP archive too large (key: bad_request)
If I attempt an import of a config file made from my Rasp Pi it reads it just fine. So the Truenas app is not creating a zip file that can be read. I have tried restarting the app but the behavior does not change. Is there a config setting I have wrong?
Also, please upload a debug log and post just the token URL that is generated after the log is uploaded by running the following command from the Pi-hole host terminal:
Depends on the machine, but usually less than a minute and you can see the log being generated. If the log is stuck for too long, it could mean you have some other issue on the OS.
The message saying the archive is too large should only be triggered by files over 128MB.
Maybe there is something wrong or corrupted on the filesystem.
Let's check the integrity of the pihole-FTL executable.
Please run the command below and post the output:
Think I have determined that it is a dataset permission issue. The dataset I created for the app was not setup for app permission. Everything is working great now. Thanks for the help.