zafer7929
09/01/2023, 12:26 PMcurl --location --request PUT 'http://localhost:3567/ee/license' --header "api-key: $API_KEYS" --header 'Content-Type: application/json' --data-raw '{licenceKey": "xxxxxxx"}'
But getting this response;
{"status":"MISSING_EE_FOLDER_ERROR"}
Why would i get this error, do you have any idea?
Thank you.