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
My URL is http://localhost:8888/magento2/ and the link don't use base url. I corrected using this example:
`define([
'jquery',
'mage/url'
], function ($,url) {
var linkUrl = url.build('frontname/regions/index');
console.log(linkUrl);
});`
Hello,
My version of Magento is 2.3.5-p2.
In /view/frontend/web/js/view/payment/method-renderer/monetico.js
/monetico/payment/redirect/ is 404Not Found status.
Do you have an idea ?
The text was updated successfully, but these errors were encountered: