79557860

Date: 2025-04-06 06:31:23
Score: 1
Natty:
Report link

In app.config.ts try to change provideHttpClient() to

      ...  
       provideHttpClient(
          withInterceptors([]),
          withInterceptorsFromDi()
        ),
      ...

For more info check withInterceptorsFromDi()

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kostas Chatzis