Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Parellel routes #384

Open
dwissaaj opened this issue Feb 16, 2025 · 2 comments
Open

[BUG] Parellel routes #384

dwissaaj opened this issue Feb 16, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@dwissaaj
Copy link

Describe the bug

I have next js app have a Parallel routes, if we deploy it work fine in th url workers but it return not found if use the my domain like in here.
If we check the log it return 200 Ok and the data itself showed actually in the metadata, but return error or not found something that actually work in the workers url. I check my dns working fine

Steps to reproduce

  1. Go to here worker url
  2. And compare with domain url
  3. It returned error or not found, already setup DNS working fine

Expected behavior

Render Parallel page both in worker url or domain

@opennextjs/cloudflare version

0.5.1

Wrangler version

3.109.1

next info output

Operating System:
  Platform: darwin
  Arch: arm64
  Version: Darwin Kernel Version 24.1.0: Thu Oct 10 21:02:45 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T8112
  Available memory (MB): 8192
  Available CPU cores: 8
Binaries:
  Node: 20.11.1
  npm: 10.2.4
  Yarn: 1.22.22
  pnpm: 9.12.2
Relevant Packages:
  next: 15.1.6 // There is a newer version (15.1.7) available, upgrade recommended! 
  eslint-config-next: 15.1.6
  react: 19.0.0
  react-dom: 19.0.0
  typescript: 5.7.3
Next.js Config:
  output: N/A
 ⚠ There is a newer version (15.1.7) available, upgrade recommended! 
   Please try the latest canary version (`npm install next@canary`) to confirm the issue still exists before creating a new issue.

Additional context

No response

@dwissaaj dwissaaj added bug Something isn't working triage labels Feb 16, 2025
@vicb vicb changed the title [BUG] [BUG] Parellel routes Feb 17, 2025
@vicb
Copy link
Contributor

vicb commented Feb 17, 2025

Can you please add a minimal repro (link to a GH repository demonstrating the issue)?

@dwissaaj
Copy link
Author

Hey this is the code repo, it just a simple parallel route Repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants