Expand my Community achievements bar.

Getting invalid profile in app builder

Avatar

Level 2

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?

 

Greenshot 2022-04-04 09.47.04.png

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 4

Hi @icy 

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?

Avatar

Level 2

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
icegoffy_3-1649117130462.png

one would need to download the json file again : 

icegoffy_4-1649117215617.png

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