spartacus icon indicating copy to clipboard operation
spartacus copied to clipboard

Spartacus is a lean, Angular-based JavaScript storefront for SAP Commerce Cloud that communicates exclusively through the Commerce REST API.

Results 324 spartacus issues
Sort by recently updated
recently updated
newest added

Per CodeQL. Avoid using math.random()

This PR contains PoC on how to handle breaking changes introduced by features required for SSR Error Handling: - ngrx error handling - HTTP error handling - contract between Angular...

At the below implementation it doesn't checking the token was expired or not. So backend returns 500 errors. On the other we don't need Authorization header for revoke endpoint. https://github.com/SAP/spartacus/blob/2be626f30a763c7eb878b241a5ad3d24925df6cd/projects/core/src/auth/user-auth/http-interceptors/token-revocation.interceptor.ts#L40

**Describe the bug** Stale search response displayed in the product detail page before new/correct search response is displayed. Happens as the time for search response is slow on the real...