Closed jojedev closed 2 months ago
@jojedev is attempting to deploy a commit to the Mistswapdex Team on Vercel.
To accomplish this, @jojedev needs to request access to the Team.
Afterwards, an owner of the Team is required to accept their membership request.
If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs-effectiveacceleration | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 13, 2024 8:30pm |
effectiveacceleration-ai | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 13, 2024 8:30pm |
staging-effectiveacceleration | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 13, 2024 8:30pm |
i made repo public so future pr should autobuild w/ vercel, did tiny commit to trigger :)
Hi! I tried to fix a few issues with build. There is still one big one with ipfs plugin not being compatible with app dir, this issue reference it:
https://github.com/serverless-nextjs/serverless-next.js/issues/2480
Also:
⨯ useSearchParams() should be wrapped in a suspense boundary at page "/dashboard/post-job". Read more: https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout Error occurred prerendering page "/dashboard/post-job". Read more: https://nextjs.org/docs/messages/prerender-error
Generating static pages (11/15) ⨯ useSearchParams() should be wrapped in a suspense boundary at page "/new-post-job". Read more: https://nextjs.org/docs/messages/missing-suspense-with-csr-bailout
You can test locally by running yarn build
which should complete without any errors :)
So it seems that ipfs-http-client has been deprecared in favour of Helia. I'm moving forward to replace it, that should fix this issue.
Thanks for your support! @kasumi-1
Hi! I tried to fix a few issues with build. There is still one big one with ipfs plugin not being compatible with app dir, this issue reference it:
Lets see if it works