Hi,
does RefreshToken require to add *TenantId *and *Bearer *(token) to the call (Header)?
Tryed but with and without - same result.
I expect RefreshToken contains the information.
Hi @ismcagdas,
works perfectly - thank you
For soloution on:
Login does not change to tenant\user - and can not change language on public site.
Reference: #11706
Comment to solution.
Server time was few minutes ahead of client. Therefore the token timeout period was passed, and login failed.
Hi @ismcagdas
another issue - from #11069
After Login return to public site, not getting the logged in user information. This works in development
Hi @ismcagdas
yes it is published - can I mail you information for check?
Hi @ismcagdas
found an issue with the public site and Bootstrap - it uses: data-bs-toggle="dropdown" - in header\default.cshtml but the version of Bootstrap referenced is "older" - so change to: data-toggle="dropdown" - solved the dropdown issue.
Maybe you should update Bootstrap for public site :-)
Also som id's and class's use the same name.