blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 518 forks source link

NotificationService.GetNotifications throw Sequence contains more than one element #150

Closed GitHub-Pan closed 5 years ago

GitHub-Pan commented 5 years ago

i have a problem.i'm try build a docker image ,i build image in win10 docker desktop,than push docker hub.now i pull it from docker hub and run at win10 docker desktop ,it has no problem.but when i run it at centos7 use the same way , i login in and trying to admin .it throw an System.InvalidOperationException.The following is the log information. bug by the way ,English is not my native language, I don't know if you can understand what I mean. I hope to get your help or provide some suggestions.thanks very much !

GitHub-Pan commented 5 years ago

OMG,I make a mistake.This exception will be generated in the old version, but the new version does not have this problem. The reason why this problem occurs is that my image tag is latest, and my local image has not been cleared, causing me not to run the old version.