Hi, after splitting the solution, it is working fine, I cannot see hangfire in .Web_Int now, thanks for the support.
Great to hear that, thanks :)
Hi,
Can you share how you configured your Background Jobs in your each application? Including
.Weband.Web_IntNormally, if you disable job execution, it shouldn't even be triggered. It seems some misconfiguration.
I checked, this is happening as my application layer is shared between both solutions, I believe I need to split both solutions.
Hi @priyankasynapxe, did you do that? What's the last status of this?
Thanks, it is working fine now! :-)
Great to hear that :)
Regards.
When will the new version be released with this issue fixed?
Actually, there's no specific release date yet, but it's likely to be sometime this week for ABP Studio.
Ok, now the breakpoint works inside of
AddAbpCookieConsentAt first, however, nothing appeared on the website (just an empty
AbpCookieConsentwidget).Btw, you should also add app.UseAbpCookieConsent() in your request pipeline.
To add
app.UseAbpCookieConsent()in theOnApplicationInitializationmethod makes the difference. This is very important. And the order is also very important. I had it at the end first, but that didn't work. Now I have it afterapp.UseAuthentication();and then it works.Some very important information that I think is missing in the documentation. Please add them so that others don't stumble across the same errors.
Thank you @EngincanV for your help.
Hi, thanks for pointing that out. Indeed, it seems we forgot to mention that. I'll update the documentation.
Regards.
Thanks for reporting the issue, it's a known issue and we've fixed it. In the meantime, as a quick workaround, you can check https://github.com/abpframework/abp/issues/22658#issuecomment-2809189458 and apply it.
Hi, can you please run the following command and then try to re-create the microservice template?
npm install -g npx@latest
If it does not fix your problem, then please share all details such as ABP Studio version, options that you selected, and any other additional options.
Regards.
Hi, thanks for reporting this. Indeed, it should be under the controllers folder. I'll create an issue for that, but can you share your solution structure, so we can better test it?
What about new tables created in Administration and Identity MicroService:
public class IdentityServiceDbContext : AbpDbContext, IIdentityProDbContext, IOpenIddictDbContext, IHasEventInbox, IHasEventOutbox public DbSet IncomingEvents { get; set; } public DbSet OutgoingEvents { get; set; }
Hi, you can refer to our migration guides (https://abp.io/docs/9.2/release-info/migration-guides). Typically, you don't need to add any additional code to your solution, and you don't need to modify the dbcontext class. But, if you want to align your microservice solution, then you can create a new ms template in v9 and compare the changes and apply it to your codebase, but it's totally optional.
Regards.
Update: We fix the problem and it will be included in the next patch relase. Thanks for your understanding.
Your credit has been refunded, and since it will be fixed in the next version, I am closing the question.
Regards.