8000 Netlify redirect is giving 404 on React Native Expo Web · Issue #33534 · PostHog/posthog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Netlify redirect is giving 404 on React Native Expo Web #33534

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

Open
eddsaura opened this issue Jun 11, 2025 · 0 comments
Open

Netlify redirect is giving 404 on React Native Expo Web #33534

eddsaura opened this issue Jun 11, 2025 · 0 comments
Labels
bug Something isn't working right

Comments

@eddsaura
Copy link
eddsaura commented Jun 11, 2025

Bug Description

We added Netlify redirect to netlify.toml

[[redirects]]
  from = "/aphex/static/*"
  to = "https://eu-assets.i.posthog.com/static/:splat"
  host = "eu-assets.i.posthog.com"
  status = 200
  force = true

[[redirects]]
  from = "/aphex/*"
  to = "https://eu.i.posthog.com/:splat"
  host = "eu.i.posthog.com"
  status = 200
  force = true
Image Image Image

Additional context

We are using Expo web build... and yarn 🤷🏼

Debug info

- [ ] PostHog Cloud, Debug information: [please copy/paste from https://us.posthog.com/settings/project-details#variables or https://eu.posthog.com/settings/project-details#variables]
- [ ] PostHog Hobby self-hosted with `docker compose`, version/commit: [please provide]
- [ ] PostHog self-hosted with Kubernetes (deprecated, see [`Sunsetting Kubernetes support`](https://posthog.com/blog/sunsetting-helm-support-posthog)), version/commit: [please provide]
@eddsaura eddsaura added the bug Something isn't working right label Jun 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right
Projects
None yet
Development

No branches or pull requests

1 participant
0