You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to whitelist an IP in maintenance mode, we need to handle two distinct IPs:
Server IP: Represents where the frontends are hosted.
Client IP: Represents the IP of the user sending the request.
Issues:
Whitelisting only the client IP: SSR will still serve the maintenance page, preventing navigation on the site.
Whitelisting only the server IP: All first calls will render the page, meaning the shop will be available only for the first call, then the CSR request will be blocked by the displaying maintenance mode
Expected Behavior
No response
Steps To Reproduce
No response
Environment
- OS:
- Node:
- pnpm:
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
Currently, to whitelist an IP in maintenance mode, we need to handle two distinct IPs:
Issues:
Expected Behavior
No response
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: