Mohammed Essaddek

Results 7 issues of Mohammed Essaddek

Hello, i'm trying to run the tool to generate pdf from razor view, but i am getting this error ; Could not find an IRouter associated with the ActionContext. If...

Hello, When publishing to IIS, email are not sent. `var projectPath = Directory.GetParent(Directory.GetCurrentDirectory()).FullName;` `var templateProject = Assembly.GetExecutingAssembly().GetName().Name;` `_templatesPath = Path.Combine(projectPath, templateProject, "Templates");` This code section is not returning the correct...

Hello, First, thank you for this repository and the great effort you made to make this work. I am trying to implement refresh-token flow and I can't achieve this. Could...

Hello, is there any way to support custom filter / authorize attribute by set of endpoints ? i.e. allowing an API key authentication for all endpoints in the same folder...

enhancement
help wanted
good first issue
.NET

Hi, i am using MvcMailer and i am using a scheduler job to send mail if send failure, but it's firing exceprion : System.ArgumentNullException : {"CurrentHttpContext cannot be null Parameter...

### 👟 Reproduction steps When i use the available documentation for OAUTH on SSR pages ### 👍 Expected behavior Redirect me to rhe application, ### 👎 Actual Behavior returns to...

bug

### Question I am unable to run on docker (debian) ### docker-compose.yml ``` version: '3.8' services: admin-ui: image: skoruba/duende-identityserver-admin:2.5.0 container_name: skoruba-admin-ui restart: unless-stopped environment: - VIRTUAL_HOST=admin-sts.bliysa.com - ASPNETCORE_ENVIRONMENT=Production - AdminConfiguration__PageTitle=IS-Admin...

question