As its known that the admin panel's wireguard server section, for every profile you can download the config file. But upon downloading the config file, it ends in .conf.json file extension. So is there any solution to have the admin panel download file with .json omitted?
It appears to be a issue releated to browser compatibility affecting mobile devices.
We will ask the R&D team to check whether this can be fixed in a future version.
We are not part of the R&D team, so we are not familiar with all the implementation details.
However, at a high level, the process retrieves profile information via an API, then uses a blob to dynamically generate the file in real time when the download/export button is clicked, which in turn triggers the browser’s download event.