0
safi created
Hi,
I am using abp core with blazor and using EF for db. I am trying to insert list for current logged in user but data insertion is working except logged in user id so for this I have used CurrentUser.id as well but no luck.
So can you please suggest me what I can do for this or is this a bug. Please see this link for refrence [https://prnt.sc/wb7cub].
Thanks,
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
7 Answer(s)
-
0
Hi,
Can you share your code?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Sorry,
I need more infomation. Can I check it remotely? shiwei.liang@volosoft.com
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Please send an email to me. shiwei.liang@volosoft.com
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Try
AbpClaimTypes.UserId = ClaimTypes.NameIdentifier;Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)