0
nikolay.nikolov@solutionking.com created
Hello, I have blazor server side app. I have a Page where Im using videoPlayRepository -> IRepository<VideoPlay, Guid> generated by your tool : suite
Im creating a record like this:
await _videoPlayRepository.InsertAsync(new VideoPlay() {.... }, true );
sometimes it saves data sometime not. I have records in db without CreatorId. On this Page Im using: @inject ICurrentUser CurrentUser Sometime the CurrentUser is null sometime is ok.
1 Answer(s)
-
0
hi
What's your ABP Framework version? Can you share some logs when it is not ok?
If we cannot reproduce the problem, it will be difficult to find a solution.