Closed bzajacc closed 1 day ago
Cześć, @bzajacc 👋
You're probably using the outdated spiral/php or spiral/worker packages. Could you please post your composer.json
here?
Oh, you are right... this integration package is outdated.. i will try downgrade rr-serwer on docker :)
Using this libs:
Yeah, starting from the v2024 you need to update worker
and http
PHP packages: https://docs.roadrunner.dev/docs/general/compatibility#upgrading-to-roadrunner-v2024.1.x
Yes, you are right.. I just need to run composer upadate baldinof/roadrunner-bundle -W
with this -W
flag for update with dependencies.
Thanks a lot! :)
You're welcome, enjoy RR 👍
No duplicates 🥲.
What happened?
After migration to latest version of RR, every request throwing this error:
After analysis, I found that the problem is in incorrect header encoding like below:
we have other application with same config rr.yaml, and Dockerfile - every think works fine.
Version (rr --version)
latest 2024.2.1
How to reproduce the issue?
Using integration https://github.com/Baldinof/roadrunner-bundle
run serwer on docker.
Im using http_request from intelij, but every request causing it:
Relevant log output
No response