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
When a site uses our action notifyme, because we fetch the vtexcommercestable API, when vtex trigger the e-mail, the button of the product in the email is with vtexcommercestable domain.
Expected Behavior
As we proxy /no-cache/* route, I think we can fetch:
instead of: await vcsDeprecated["POST /no-cache/AviseMe.aspx"]({}, { body: form });
something like: fetch(`${req.url}/no-cache`)
The text was updated successfully, but these errors were encountered:
Issue Type
Bug Report
Description
When a site uses our action notifyme, because we fetch the vtexcommercestable API, when vtex trigger the e-mail, the button of the product in the email is with vtexcommercestable domain.
Expected Behavior
As we proxy
/no-cache/*
route, I think we can fetch:instead of:
await vcsDeprecated["POST /no-cache/AviseMe.aspx"]({}, { body: form });
something like:
fetch(`${req.url}/no-cache`)
The text was updated successfully, but these errors were encountered: