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

Ray integration in Laravel doesn't work in any recent releases: dev, lastest, rc #75

Closed
Semdevmaster opened this issue Sep 20, 2023 · 3 comments
Assignees
Labels
help wanted Extra attention is needed module [Ray] question Further information is requested

Comments

@Semdevmaster
Copy link

          Ray integration in Laravel doesn't work in any recent releases: dev, lastest, rc

I am using docker and compose

docker-compose.yml

    buggregator:
      image: ghcr.io/buggregator/server:dev
      container_name: buggregator-${APP_HOST}
      ports:
        - 8000:8000
      networks:
        - docker-server

.env part

RAY_HOST=buggregator
RAY_PORT=8000

The ray() function works in the code, but the buggregator interface is empty, while Symphony var_dumper works fine!

There is an error in the browser console
image

Originally posted by @Semdevmaster in #24 (comment)

@Semdevmaster
Copy link
Author

Semdevmaster commented Sep 20, 2023

Ошибка по прежнему актуальна, хоть и вышло уже 5 релизов с момента предыдущего issue, хочется попробовать обновление, но приходится сидеть на 1.19 на которой полет нормальный.

@butschster
Copy link
Member

Hi @Semdevmaster

Could you try the following ?

RAY_HOST=ray@buggregator

@butschster butschster self-assigned this Sep 20, 2023
@butschster butschster added help wanted Extra attention is needed question Further information is requested module [Ray] labels Sep 20, 2023
@Semdevmaster
Copy link
Author

Thanks! It`s works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed module [Ray] question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants