Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Hi Team,
I followed the codelab tutorial to setup Customer Dashboard and it returns 0 profiles. The specific error in the console is :
"error": "missing parameter(s) 'tenant'"
We have followed the steps in the document and have entered the ACS tenant.
Our ACS Sandbox is of the following format : https://xxxxxxx.campaign-sandbox.adobe.com/
Can anyone please advise on why our tenant is not recognized?
S
Os tópicos ajudam a categorizar o conteúdo da comunidade e aumentam sua capacidade de descobrir conteúdo relevante.
Visualizações
respostas
Total de curtidas
Add following in the .env file when the app is not running -
CAMPAIGN_STANDARD_TENANT=xxxxxxx.campaign-sandbox.adobe.com
Visualizações
respostas
Total de curtidas
Visualizações
respostas
Total de curtidas
hi @misterocean1112 - does the same call return profiles if you make a normal API call using the same tenant? For example:
curl -X GET https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServices/profile \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer <ACCESS_TOKEN>' \
-H 'Cache-Control: no-cache' \
-H 'X-Api-Key: <API_KEY>'
Visualizações
respostas
Total de curtidas
I had similar issue and tried as you mentioned @duypnguyen with Postman and got following error
Visualizações
respostas
Total de curtidas
Visualizações
respostas
Total de curtidas
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas