artdevgame
artdevgame
Explore posts from servers
CDCloudflare Developers
Created by artdevgame on 10/12/2023 in #pages-help
My Remix.run site is erroring with a 500 on Pages (not dev), how do I track down the problem?
I don't see anywhere I can view server logs, so what is the best way to diagnose a HTTP 500 issue?
7 replies
CDCloudflare Developers
Created by artdevgame on 10/9/2023 in #general-help
architecture best practices
hey 👋 I have a project I want to build that will use Pages for the the site and a worker (Graphql) for the API. Ideally I would colocate everything into a single repo, but I'm guessing I don't want my GQL code to get deployed to pages and the site code to deployed to the worker? Should I be using something like nx or lerna to treat the project as a monorepo and only deploy relevant parts or is there another/better way?
3 replies