deploy_feedback icon indicating copy to clipboard operation
deploy_feedback copied to clipboard

[Bug]: 500 Internal Server Error on domain where Nextjs project was "successfully" deployed to

Open davidde opened this issue 9 months ago • 3 comments

Problem description

The deployment went ok with Github Actions, but the URL where it is deployed instantly gives a blank page with 500 Internal Server Error. The Deno logs do show:

TypeError: Cannot read properties of undefined (reading 'clientModules') at eventLoopTick

but I don't get this locally, where everything works fine, both in dev, as well as with next build.

It is hard to debug this, since Deno does not provide much further info to go on.

The public repo is here.

Steps to reproduce

  1. git clone https://github.com/davidde/ethblox
  2. Deploy to deno with automated setup process.
  3. Browse to deployed project and see 500 Internal Server Error.

Expected behavior

I expect to see the same I see in local builds, i.e. a functional website.

Environment

No response

Possible solution

No response

Additional context

No response

davidde avatar Feb 05 '25 20:02 davidde

Any update on this?

Would be nice to know Deno is on top of fixing issues, so I can use it for more products. If this doesn't get solved I'll have to move to another hosting provider ...

davidde avatar Feb 15 '25 10:02 davidde

@davidde Sorry for the delayed response. We made some fix on Next.js build error very recently. Not sure if this has a good effect on your case - can you give it another try?

magurotuna avatar Mar 13 '25 09:03 magurotuna

Nope no luck, sorry. The Github Actions build now fails with an internal server error...

davidde avatar Mar 13 '25 18:03 davidde