Using UIKuit , getting 400100 error

Using UIkit as follows:

return (
<>

<div style={{marginLeft: ‘250px’, marginTop: ‘100x’, paddingTop: ‘100px’}}>
{params.includes(“community”) ?

:

}

  </div> 
</AmityUiKitProvider>
  </>
);

};

getting 400100 error for session call

@amanjot ,

This error means you’ll need access token for the action, please find Error Handling - Amity Docs.

Thank you,
Amity Support

where can i find the access token ?

is it available on the amity console ?

what prop do i use to provide it in the ?

is access token same as the Admin Token available in Amity Console ?

Hi @amanjot ,

Please find all the info you inquired in here

.

Thank you,
Amity Support