Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Issue with store code have _ #1371

Open
1 task done
mibesoft opened this issue Oct 4, 2022 · 1 comment
Open
1 task done

[Bug]: Issue with store code have _ #1371

mibesoft opened this issue Oct 4, 2022 · 1 comment
Labels
bug Something isn't working triage-needed Issues that need to be checked

Comments

@mibesoft
Copy link

mibesoft commented Oct 4, 2022

Expected Behavior

No response

Actual Behavior

Possible Solution

/composables/useUrlResolver/index.ts line 33
const clearUrl = path.replace(/[a-z]+/[cp|]//gi, '');
I added _ inreg
It should be
const clearUrl = path.replace(/[a_-z]+/[cp|]//gi, '');
No response

Steps to reproduce

No response

What version of Magento 2 integration are you using?

2.4.3

What version of Node.js are you using?

16.17.1

What browser (and version) are you using?

Chrome

What operating system (and version) are you using?

MacOS

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@mibesoft mibesoft added bug Something isn't working triage-needed Issues that need to be checked labels Oct 4, 2022
@bartoszherba
Copy link
Collaborator

@mibesoft Please, add a description in English, so anyone can understand the actual issue. Also, add information in relevant fields. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage-needed Issues that need to be checked
Projects
None yet
Development

No branches or pull requests

2 participants