"error": "missing parameter(s) 'tenant'" at Customer Dashboard | Community
Skip to main content
misterocean1112
New Participant
September 23, 2020
Question

"error": "missing parameter(s) 'tenant'" at Customer Dashboard

  • September 23, 2020
  • 2 replies
  • 2308 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

New Participant
April 14, 2021

I  had similar issue and tried as you mentioned @duynguyen_adobe  with Postman and got following error

 

{
    "error_code""503020",
    "message""Could not read the profile"
}
Employee
April 14, 2021
@navin_kumar0601 - could it be that the tenant value you are using is not correct? and verify the tenant name with Campaign techops?
Employee
September 23, 2020

Add following in the .env file when the app is not running -

CAMPAIGN_STANDARD_TENANT=xxxxxxx.campaign-sandbox.adobe.com 

misterocean1112
New Participant
September 23, 2020
Made the above mentioned changes but seeing the same error