Skip to content

@vue-storefront/middleware@5.3.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Dec 12:36
· 3 commits to main since this release

Patch Changes

  • [FIXED] Fix /readyz returning 503 if readinessProbes not passed in middleware.config.ts

Before this fix, sending a GET request to http://localhost:4000/readyz would return { "status": "error" } and a HTTP 503 status. This happened only when readinessProbes wasn't added to middleware options (the default behavior)