{"id":15935995,"url":"https://github.com/zephraph/next-now-ssr-issue","last_synced_at":"2025-06-25T13:33:07.883Z","repository":{"id":83928578,"uuid":"260050319","full_name":"zephraph/next-now-ssr-issue","owner":"zephraph","description":null,"archived":false,"fork":false,"pushed_at":"2020-07-23T03:53:26.000Z","size":1720,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T04:19:05.831Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zephraph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-29T21:31:01.000Z","updated_at":"2020-07-23T03:53:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"b675c475-6139-4ab0-98af-26bf64e54971","html_url":"https://github.com/zephraph/next-now-ssr-issue","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"672d205f89ebbbbde599440027fd82f67e81ed1e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zephraph/next-now-ssr-issue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fnext-now-ssr-issue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fnext-now-ssr-issue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fnext-now-ssr-issue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fnext-now-ssr-issue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zephraph","download_url":"https://codeload.github.com/zephraph/next-now-ssr-issue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zephraph%2Fnext-now-ssr-issue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261883132,"owners_count":23224439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-07T04:03:13.455Z","updated_at":"2025-06-25T13:33:07.859Z","avatar_url":"https://github.com/zephraph.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next Now SSR Bug reproduction\n\n**Note**: This is fixed when tested on vercel 19.2.0. Everything below is out of date and for historical context.\n\n---\n\nThis is a simple static + next.js app that specify's a custom now build and routing.\n\n```\n{\n  \"version\": 2,\n  \"build\": {\n    \"env\": {\n      \"BUILDING_FOR_NOW\": \"true\"\n    }\n  },\n  \"builds\": [\n    { \"src\": \"index.html\", \"use\": \"@now/static\" },\n    { \"src\": \"apps/package.json\", \"use\": \"@now/next\" }\n  ],\n  \"routes\": [{ \"src\": \"/next(.*)\", \"dest\": \"apps/$1\" }]\n}\n```\n\n**What I expect**\n\nNavigating to `/next/123` should render the `[post]` page and output `Your post id is 123`.\n\n**What's Happening**\n\n`/next/123` produces a 404. `/apps/123` renders the page, but doesn't pass down the SSR response.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephraph%2Fnext-now-ssr-issue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzephraph%2Fnext-now-ssr-issue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzephraph%2Fnext-now-ssr-issue/lists"}