Drew Bredvick
Drew Bredvick
Hey @fullakingi, our Stripe integration isn't working at the moment. I'm writing some README updates with instructions on how to manually configure Stripe until we get the integration fixed.
I was able to repro this while moving a V1 Nextra site to V2. Including JSX in my h1 fixed this though, as the above comment implies.
@dkryaklin By chance, what did you have to change to fix the path? I'm having the same issue right now.
I know this issue is almost four years old, but does anyone have a solution for this?
This will be supported in the next release of Next on 13.3 https://beta.nextjs.org/docs/configuring/static-export, so we should be able to add it.
As an initial fix, bumping the concurrency from `concurrency: 4` to `concurrency: 5` was sufficient for my blog in `get-site-maps.ts`.
I ultimately decided to start paying Vercel $20 a month to switch timeouts to 60 seconds. Well worth it for me as I host all my projects on Vercel.
@transitive-bullshit I might be able to take a look at #83 over the weekend.