Replies: 12 comments
-
|
Hi @vagyvin, can you please try and delete the |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I tried that. Didn't work. I believe it has to do something with the locale. Appreciate you guys helping out. |
Beta Was this translation helpful? Give feedback.
-
|
Does the documentation for |
Beta Was this translation helpful? Give feedback.
-
|
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
|
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
I'm getting this error Error: filter created_at with FilterTypeInput FilterTypeInput not implemented |
Beta Was this translation helpful? Give feedback.
-
|
Could you try upgrading to the latest version, this has recently been fixed in this commit 9b3488c |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
|
I did { NEXT_PUBLIC_LOCALE_STORES='{"en-us": "default"}' |
Beta Was this translation helpful? Give feedback.
-
|
Yeahh! You then should use |
Beta Was this translation helpful? Give feedback.
-
|
Same error though info - Creating an optimized production build |
Beta Was this translation helpful? Give feedback.
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
Beta Was this translation helpful? Give feedback.
All reactions