Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

[Bug]: change Not Found page layout #500

Open
1 of 3 tasks
SaraMohElsanan opened this issue Oct 23, 2021 · 0 comments
Open
1 of 3 tasks

[Bug]: change Not Found page layout #500

SaraMohElsanan opened this issue Oct 23, 2021 · 0 comments
Labels
bug Bug reports

Comments

@SaraMohElsanan
Copy link

Describe the Bug

I have an Issue when I tried to change the layout of "page-not-found" from default to minimal , cause I don't need any requests to happen in this page , then in the product page or the category page (every other page but static pages with predefined urls) I got an empty header and errors about missing objects from dispatching vuex
{ name: 'page-not-found', path: '*', component: ErrorPage, meta: { layout: 'minimal' } },

Current behavior

that means * is the default component for every page till the url mapping is done then switch it to the right component , Am I right ?

Expected behavior

Dynamicly created route shouldn't inherit from { name: 'page-not-found', path: '*', component: ErrorPage, meta: { layout: 'minimal' } },

Steps to reproduce

{ name: 'page-not-found', path: '*', component: ErrorPage, meta: { layout: 'minimal' }
just change the layout from default to minimal

What version of Vue Storefront are you using?

1.12.3

What version of Node.js are you using?

12.0.0

What browser (and version) are you using?

Chrome

What operating system (and version) are you using?

Windows

Relevant log output

No response

Able to fix / change the documentation?

  • Yes
  • No

Code of Conduct

  • I agree to follow this project's Code of Conduct
@SaraMohElsanan SaraMohElsanan added the bug Bug reports label Oct 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Bug reports
Projects
None yet
Development

No branches or pull requests

1 participant