Hangfire.HttpJob icon indicating copy to clipboard operation
Hangfire.HttpJob copied to clipboard

Missing HttpJobs Results on UI [Updated]

Open maxiar opened this issue 1 year ago • 9 comments

Hi! I don't know what happens in the latest versions, that the httpjobs response is missing in the UI, please check the screenshot... I'm not sure if a issue of HttpJobs or the FaceIT.Hangfire.* .. Can you help me?

image

maxiar avatar Feb 01 '24 14:02 maxiar

I made some test.. I commented the FaceIT.Hangfire.Tags behavior, and neither shows the success or error response ...
How to do to show the real http response contents when a job run success or fail...

For example I hope this response when a jobs fails, same as postman output....

image

And then everything was success something like that:

image

Did I miss some configuration or some filter? What is your opinion?

Thanks in advanced.

maxiar avatar Mar 26 '24 21:03 maxiar

what's your verion of Hangfire?

https://github.com/yuzd/Hangfire.HttpJob/issues/207#issuecomment-1922624177

yuzd avatar Mar 27 '24 00:03 yuzd

I attached all hangfire.* package version... image

Thanks!

maxiar avatar Mar 29 '24 16:03 maxiar

Hi! Any news? Any workaround ?

maxiar avatar Apr 17 '24 22:04 maxiar

i just released a new version, upgrade and try ~ please let me kown if this issue not solved

yuzd avatar Apr 18 '24 09:04 yuzd

Hi! I Updated to the latest release, but this issue was not resolved.. :(

Updated versions:

    <PackageReference Include="FaceIT.Hangfire.Tags.SqlServer" Version="1.9.0-beta.3" />
    <PackageReference Include="Hangfire" Version="1.8.12" />
    <PackageReference Include="Hangfire.Console" Version="1.4.3" />
    <PackageReference Include="Hangfire.Console.Extensions" Version="1.0.5" />
    <PackageReference Include="Hangfire.HttpJob" Version="3.8.5" />
    <PackageReference Include="Hangfire.HttpJob.Client" Version="1.2.9" />
    <PackageReference Include="Hangfire.MySqlStorage" Version="2.0.3" />
    <PackageReference Include="Hangfire.PostgreSql" Version="1.20.5" />
    <PackageReference Include="Hangfire.SQLite" Version="1.4.2" />
    <PackageReference Include="MailKit" Version="4.5.0" />

Any idea?

maxiar avatar Apr 22 '24 01:04 maxiar

could you test my sqlserver demo project ?

https://github.com/yuzd/Hangfire.HttpJob/tree/master/Test/TestSqlserver

yuzd avatar Apr 22 '24 02:04 yuzd

Hi! I made a test, it's works success in your version and bad in mine:

Your...

image

Mine...

image

Something in my version is wrong... note that I'm using the FaceIT.TAG integration... but I already disabled it an continue working bad...

Any suggestion? Regards!

maxiar avatar Apr 23 '24 20:04 maxiar

https://github.com/HangfireIO/Hangfire/issues/2308

disable tag

yuzd avatar Apr 24 '24 01:04 yuzd

Fotgot it! I resolved! Simple Add this mising using, I'm an stupid! Sorry....

image

maxiar avatar Apr 30 '24 03:04 maxiar

okay

yuzd avatar Apr 30 '24 06:04 yuzd