shixzie
Explore posts from serversGolang Monorepo
have anyone deployed a go monorepo successfuly? (I have Hobby plan)
I'm using go workspaces and have multiple services/modules in the root of the project.
In railway I'm trying to create a service for each executable module and setting the
Root Directory
to the corresponding directory.
But that makes it impossible to download/install internal/local modules since the Docker environment (using Dockerfile because I'm using latest go version) is created with only the contents of the directory/service I'm trying to deploy.
The code is deployed from a private github repo, so I'd be annoying to provide the Github Credentials to download the deps when they're already in the repo (aside from the fact that from what I can see on some Go docs, I'd have to specify each local module in an env var)...
Is there any other way to do it? Am I doing unnecesary stuff?9 replies
CDCloudflare Developers
•Created by shixzie on 6/2/2023 in #pages-help
Next build succeeds but it fails to "find a module"?
I got a Next 13 app with Server components, everything was working fine and then I started getting errors on my builds (look at the last line)
28 replies
CDCloudflare Developers
•Created by shixzie on 2/22/2023 in #pages-help
Next 13 `app` dir InternalServerError
Hey, I was following the steps described in here https://github.com/cloudflare/next-on-pages to deploy a Next 13 app with the
app
directory and the response from the server on the /
route returns Internal Server Error
.
I dove into the function logs for the deployment and got the following:
I'm not really sure what they are so here I am.
I created the project from scratch (ie. npx create-next-app@latest
) the appDir
experimental config is enabled and basically everything the README says.
Appreciate any help.2 replies