Hi team,
I am using the ABP Angular frontend template. When the backend is offline or not reachable, the browser tab title unexpectedly displays "MyProjectName".
I have already set the correct app title ("pro") in index.html.
The localization key AppName is configured correctly on the backend and browser title works fine when the backend is available. Frontend environment.ts files are also updated.
I also attempted to override the title via document.title = 'pro' in both main.ts and AppComponent, including using setTimeout() and even APP_INITIALIZER, but none of those prevent "MyProjectName" from showing during backend unavailability.
I can see the project name is overridden from vendor.js
Hi, I need to disable retry for one specific background job in case of failure. [AutomaticRetry(Attempts = 0)] does not seem to work Recurring job manager is again enqueuing it. Can you please help me? I am using IHangfireBackgroundWorker.