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
{{ message }}
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
Which Release Cycle state this refers to? Info for developer.
Pick one option.
This is a bug report for test version on https://test.storefrontcloud.io - In this case Developer should create branch from develop branch and create Pull Request 2. Feature / Improvement back to develop.
This is a bug report for current Release Candidate version on https://next.storefrontcloud.io - In this case Developer should create branch from release branch and create Pull Request 3. Stabilisation fix back to release.
This is a bug report for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version hotfix - In this case Developer should create branch from hotfix or master branch and create Pull Request 4. Hotfix back to hotfix.
Environment details
Browser: Chromium Version 73.0.3683.75
OS: Debian 9
Additional information
Error displayed in browser console tab:
vue-router.esm.js:1697 Uncaught (in promise) DOMException: Failed to execute 'replaceState' on 'History': A history state object with URL 'https:' cannot be created in a document with origin 'https://demo.vuestorefront.io' and URL 'https://demo.vuestorefront.io//'.
at it (https://demo.vuestorefront.io/dist/vendor.e0b36c61b90a056a40d7.js:20:13257)
at new e (https://demo.vuestorefront.io/dist/vendor.e0b36c61b90a056a40d7.js:20:19375)
at new Dt (https://demo.vuestorefront.io/dist/vendor.e0b36c61b90a056a40d7.js:20:23038)
at s (https://demo.vuestorefront.io/dist/app.e0b36c61b90a056a40d7.js:1:293169)
at https://demo.vuestorefront.io/dist/app.e0b36c61b90a056a40d7.js:1:346891
at https://demo.vuestorefront.io/dist/app.e0b36c61b90a056a40d7.js:1:346507
at Object.next (https://demo.vuestorefront.io/dist/app.e0b36c61b90a056a40d7.js:1:346612)
at https://demo.vuestorefront.io/dist/app.e0b36c61b90a056a40d7.js:1:345548
at new Promise (<anonymous>)
at j (https://demo.vuestorefront.io/dist/app.e0b36c61b90a056a40d7.js:1:345293)
The text was updated successfully, but these errors were encountered:
@aloupfor thanks for reporting this issue. It is related with vsf-router vuejs/vue-router#2593 As I see it is fixed in v4 so I think that best way is just wait for it
From vue-storefront created by aloupfor: vuestorefront/vue-storefront#4507
Current behavior
I open: https://demo.vuestorefront.io// (notice trailing
//
).Page does not load properly.
https://demo.vuestorefront.io/////////////////////////// has the same behavior.
Expected behavior
I open: https://demo.vuestorefront.io// (notice trailing
//
).Page load properly.
I do not know if it should display the same content as https://demo.vuestorefront.io or be a 404 error.
Steps to reproduce the issue
Open: https://demo.vuestorefront.io//
Repository
Can you handle fixing this bug by yourself?
Which Release Cycle state this refers to? Info for developer.
Pick one option.
develop
branch and create Pull Request2. Feature / Improvement
back todevelop
.release
branch and create Pull Request3. Stabilisation fix
back torelease
.hotfix
ormaster
branch and create Pull Request4. Hotfix
back tohotfix
.Environment details
Additional information
Error displayed in browser console tab:
The text was updated successfully, but these errors were encountered: