Replies: 12 comments
|
Hi @vagyvin, can you please try and delete the |
|
Hi, I tried that. Didn't work. I believe it has to do something with the locale. Appreciate you guys helping out. |
|
Does the documentation for |
|
Looks like the documentation is updated I tried with the most recent git pull with .env setting as follows I'm seeing the following error. I can see that the url includes "/en-us" Error occurred prerendering page "/en-us/computers-tablets". Read more: https://nextjs.org/docs/messages/prerender-error
|
|
When you use only one locale you should not see any segments in the URL. In the default example we have the following: This results in no added URL key for the 'en_US' storeview: https://graphcommerce.vercel.app/women/business. |
|
I'm getting this error Error: filter created_at with FilterTypeInput FilterTypeInput not implemented |
|
Could you try upgrading to the latest version, this has recently been fixed in this commit 9b3488c |
|
That issue is fixed but I still see the build error. For locales and store_view I had to use info - Creating an optimized production build |
Replace your_magento_store_code with the store_code that your installation is using. Search for 'If you need to fetch a list of available store_codes' on https://www.graphcommerce.org/docs/getting-started/create#configuration |
|
I did { NEXT_PUBLIC_LOCALE_STORES='{"en-us": "default"}' |
|
Yeahh! You then should use |
|
Same error though info - Creating an optimized production build |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Provide environment information
MacOS Monterey
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
yarn build
Describe the Bug
Getting a build error
/account/contact
/account/name
/500
info - Generating static pages (45/45)
Expected Behavior
Should build successfully
To Reproduce
yarn build
All reactions