Static export, no server actions, what gives? #73559
Unanswered
EricWVGG
asked this question in
App Router
Replies: 3 comments 3 replies
-
Hi, Perhaps a 3rd party dependency uses server actions? Got a link to a repository? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I have also experienced this problem and it's extremely frustrating. It is mind blowing that this error doesn't tell you exactly where the problem is! |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can try this approach, this worked for me: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I’m trying to get a site with
output: export
, and am getting the errorServer Actions are not supported with static export.
A build without static explicitly defined shows no dynamic or ISR routes:
There's no declaration of
use server
anywhere, and I've been over the "unsupported features" checklist. No API routes. Custom image loader. Any guesses? (and btw shouldn't this error indicate where it's seeing this issue?)Next 15.0.3. help me obi wan etc etc
Beta Was this translation helpful? Give feedback.
All reactions