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
I have created a simple Next.js and Keystatic project that is working correctly on local. I would like to deploy the project on Github pages.
That involves updating the output mode to export in the next.config.js file. However, this step leads to the following error:
Error: Page "/keystatic/[[...params]]" is missing "generateStaticParams()" so it cannot be used with "output: export" config.
Are there any workarounds for this? I am only interested in accessing the admin UI locally, if that helps.
Thank you
The text was updated successfully, but these errors were encountered:
I have created a simple Next.js and Keystatic project that is working correctly on local. I would like to deploy the project on Github pages.
That involves updating the output mode to
export
in thenext.config.js
file. However, this step leads to the following error:Are there any workarounds for this? I am only interested in accessing the admin UI locally, if that helps.
Thank you
The text was updated successfully, but these errors were encountered: