We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello !
I try to export my products on a SFTP server but I have a Javascript/React error.
First, I have created an akeneo_feature_flag.yml file with this content to activate additional storage :
{ feature: 'import_export_additional_storage', service: 'akeneo.feature_flag.service.only_flexibility_on_premise_feature' }
After this, I have more Storage Type in the list when I check on an export profile (there is SFTP, Amazon S3....).
The problem is there is an Javascript/React error when I select SFTP on the list and the list disappears.
The error is : The route "pimee_job_automation_get_storage_connection_check" does not exist.
I try to check in all files of the distribution but there is nothing about this route.
Thanks ! akeneo-pim-system-info_2024-03-20_10_33.txt
The text was updated successfully, but these errors were encountered:
As I see it's just enables frontend list for additional storages. Appropriate backed part is absents in this repo.
Sorry, something went wrong.
No branches or pull requests
Hello !
I try to export my products on a SFTP server but I have a Javascript/React error.
First, I have created an akeneo_feature_flag.yml file with this content to activate additional storage :
{ feature: 'import_export_additional_storage', service: 'akeneo.feature_flag.service.only_flexibility_on_premise_feature' }
After this, I have more Storage Type in the list when I check on an export profile (there is SFTP, Amazon S3....).
The problem is there is an Javascript/React error when I select SFTP on the list and the list disappears.
The error is : The route "pimee_job_automation_get_storage_connection_check" does not exist.
I try to check in all files of the distribution but there is nothing about this route.
Thanks !
akeneo-pim-system-info_2024-03-20_10_33.txt
The text was updated successfully, but these errors were encountered: