semperai / effectiveacceleration.ai

https://effectiveacceleration-ai.vercel.app
0 stars 1 forks source link

LastUpdate #2

Closed jojedev closed 2 months ago

jojedev commented 2 months ago

Lets see if it works

vercel[bot] commented 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.

vercel[bot] commented 2 months ago

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
kasumi-1 commented 2 months ago

i made repo public so future pr should autobuild w/ vercel, did tiny commit to trigger :)

kasumi-1 commented 2 months ago

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

kasumi-1 commented 2 months ago

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 :)

jojedev commented 2 months ago

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:

serverless-nextjs/serverless-next.js#2480