We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Actual Behavior At app.facede.js, currentUrl$ pipe not evaluating correct url if page hosted in domain origin other than 'icmBaseURL' rest origin.
app.facede.js
currentUrl$
Expected Behavior currentUrl$ should be generated with actual hosted page origin. Like window.location.origin.
window.location.origin
Steps to Reproduce the Bug
Steps to reproduce the behavior:
Environment Details
*Desktop:
Additional Context, like Screenshots, Log File Snippets etc.
intershop-pwa/src/app/core/facades/app.facade.ts
Lines 24 to 27 in 46e84ba
The text was updated successfully, but these errors were encountered:
fix: set correct URL for sharing product page via email (#128, #138)
10f7094
- removed currentUrl$ from AppFacade - use document.URL for sharing link Closes #128
a338c22
dhhyi
Successfully merging a pull request may close this issue.
Actual Behavior
At
app.facede.js
,currentUrl$
pipe not evaluating correct url if page hosted in domain origin other than 'icmBaseURL' rest origin.Expected Behavior
currentUrl$
should be generated with actual hosted page origin. Likewindow.location.origin
.Steps to Reproduce the Bug
Steps to reproduce the behavior:
Environment Details
*Desktop:
Additional Context, like Screenshots, Log File Snippets etc.
intershop-pwa/src/app/core/facades/app.facade.ts
Lines 24 to 27 in 46e84ba
The text was updated successfully, but these errors were encountered: