Since about this error ("Failed: an internal error occurred") there are a lot of threads already existing, I would recommend reading them first and check if one of these cases also apply to you:
That’s true, TBH. This error does not give any insights or hints about where the error originates from. I already states this in another thread. Also we in the community can not help you on this since we do not have any access to any log etc.
I can try to tag @ncano here and hope he is availabe, or just join the discord server like @sdayman recommended.
Yep GitHub is having a few issues right now. This should be unrelated though so the most common cause for this issue is a submodule (usually a private one). Please have a look if that’s what may be causing this. You can just remove the module part and have the files in the repo to solve that (not ideal we know, we’re working on it)
If you’re still having issues, please provide me with the deployment ID (the UUID in the URL (/pages/view/<project>/<deployment-uuid> - that deployment UUID). I can then have a look and see where the issue lies
Sorry about this, we’re working on better messaging!
Indeed, the issue was a Git-Submodule.
Workaround: copy the actual content of the required “sub-repo” into your repo.
However another issue appears: Hugo version 0.54.0 is used for the build. Current Version is 0.92.1., alot of things are not supported with the older version used.
Good news: the logs are working at that stage of the build!
Great to hear you got that solved. The default version is indeed quite old but we need to keep it for compatibility purposes. You can change the version with the HUGO_VERSION environment variable