Getting invalid profile in app builder | Community
Skip to main content
April 3, 2022
Question

Getting invalid profile in app builder

  • April 3, 2022
  • 1 reply
  • 1276 views

Hi i got an error saying http error 403: 403 {"error_code":"403025", "message":"Profile is not valid"}

 

i am using asset compute with the app builder template

 

i check admin console i have given myself all product profiles, what else could be missing?

 

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

1 reply

sarahxxu
Adobe Employee
Adobe Employee
April 4, 2022

Hi @2128118 

I don't think that's an App Builder auth issue. could you share a bit more on when / where you got this error message?

icegoffyAuthor
April 5, 2022

Thanks Sarah,

 

I managed to resolve it, it's caused by not updating the contents of the json file that my 

ASSET_COMPUTE_INTEGRATION_FILE_PATH variable is pointing to.
 
Note that after adding all the necessary APIs (see this troubleshooting doc) :
  • asset compute
  • adobe i/o events
  • adobe i/o event management 
  • adobe i/o runtime

one would need to download the json file again : 

once json file downloaded, then update .env 

ASSET_COMPUTE_INTEGRATION_FILE_PATH to point to the downloaded json file
 
error will be gone when running aio app run