Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "uenlkr4e"

Thank you, i understand the commenting part and it works after commenting that line.

I run the app on my local system (localhost) but not in debug mode. Does it act like its in debug mode on localhost? even though it is not in debug mode?

I am in dev environment but not in debug mode. That still happens?

Hi, do you not have these changes in the latest release?

thanks

Hi, i am trying to enter my smpt info under host settings but for some reason whatever i enter no email is sent. so i tried entering some non-sense data and the test email seems like it's sent. the app or the code does not complain about the server or connection, it just tells me that the test email was sent successfully. ss attached.

It acts the same with proper smtp info. says the message is sent but nothing really goes.

is there a setting here or there that i am missing? this is the angular version.

i downloaded the latest version of the app with the following configuration and just ran it. it has the same problem. even the default smpt settings dont complain about sending a test email. acts like the email is successfully sent which is not possible since there is no such smtp server.

Hi, when i set this property to false i start getting the following error: "HealthChecksEnabled": false in appsettings.json of the host app

** Microsoft.AspNetCore.Hosting.Diagnostics - Request reached the end of the middleware pipeline without being handled by application code. Request path: GET https://localhost:44301/health, Response status code: 404**

am i missing something here?

Question

Hi, is there a native way of adding the email sending action into the queue system? emailSender can only send emails. abp.io seems to have an implementation for QueueAsync and i was wondering if abpzero has something similar.

thanks

Question

Hi, is there an easy way to disable chat for a single tenant setup? there is no host settings because there is no multi tenant. and in single tenant admin there is no configuration setting to turn it on or off.

any suggestions? thanks

Makes sense, thank you.

Hi, I do create a background job related to an event. Then in the meantime another event is fired and it requires me to delete the previously created background job before it does what it does. How can i do it? I dont have the id of the previously created job and even if i had it where would i store it so i can call the delete method with it.

Say there are five jobs in the background and i want to delete this specific one that has been created 20 mins ago and will run in 25 mins. How do i specify this single job(the one i want to delete) when the second event is fired?

thanks

Showing 1 to 9 of 9 entries