Closed willin closed 1 year ago
+1 facing the same issue, static export worked though, not working for v12 also.
@willin it looks like you have dynamic routes at app/[locale]
. Dynamic routes are not currently working. See #32 #35
This happened to me and was due to the experimental app support. Bootstrapping with app support works.
@mhamrah Can you elaborate on what you mean by this? I'm facing the same issue.
If you bootstrap a new next project and opt-in to the experimental app support (where pages and app are separate folders, see https://nextjs.org/docs/basic-features/pages for more info) you face this issue. If you don't opt into that when you run create-next-app you're fine.
@mhamrah Ah yes, that makes sense. Thanks for clarifying
If you bootstrap a new next project and opt-in to the experimental app support (where pages and app are separate folders, see https://nextjs.org/docs/basic-features/pages for more info) you face this issue. If you don't opt into that when you run create-next-app you're fine.
when will it support the experimental app feature?
Está usando o expetimental-edge?
Im facing same issue, any workaround? When will this be supported?
@willin I'm so sorry for the later reply and for this having taken this long 🙇
anyways I think It should be all good now it you use next-on-pages v1, as you can see here: https://a253972b.next-on-pages-test-5h3.pages.dev/
So I am closing this issue as I believe that it's been solved, @willin please have a look, if you still have some problems we can always reopen this issue 🙂