Jakob Buis

Results 6 comments of Jakob Buis

Additional: I've noticed that ```php $this->get('/') ``` will result in a 302 redirect (as expected), but both ```php $this->followingsRedirects()->get('/') $this->get('/en') ``` result in a 404.

AFAIK whether any EUDs are active has no effect on this bug.

Just confirmed with the updater that I'm running the latest version, 1.2.1

**Server details:** ![image](https://github.com/user-attachments/assets/5a30f928-07be-4e1f-871f-0d18f254f1db) **Browser details** Using Firefox 129.0.1 on Ubuntu 24.04

I just ran across this while making a production build (and installing expo-updates). Very much still a thing, glad I found this topic. I reverted to 6.0.1 as a solution.

Reverting didn't work for me, so I updated the dependency. Made a PR to merge #205. In the meantime, you can use `patch-package` to apply the fix as long as...