Using UIkit as follows:
return (
<>
<div style={{marginLeft: ‘250px’, marginTop: ‘100x’, paddingTop: ‘100px’}}>
{params.includes(“community”) ?
:
}
</div>
</AmityUiKitProvider>
</>
);
};
getting 400100 error for session call
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 ?