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

Unable to receive calls in Homestead #15

Closed
rayblair06 opened this issue Jan 7, 2021 · 2 comments
Closed

Unable to receive calls in Homestead #15

rayblair06 opened this issue Jan 7, 2021 · 2 comments

Comments

@rayblair06
Copy link

rayblair06 commented Jan 7, 2021

First of all, love the name!

I'm unable to receive any messages using Ray from Homestead, I wish I had more details but unfortunately the welcome never disappears and no errors appear.

Returns string but nothing ever appears in the Ray client.

Route::get('test', function () {
    ray('Hello');

    return 'done!';
});

Screenshot 2021-01-07 at 17 26 14

macOS Cataline Version 10.15.7
Laravel 7.30.1
Vagrant 2.2.14
Homestead 10.17.0
PHP 7.4.13

@bullenb
Copy link
Contributor

bullenb commented Jan 7, 2021

I have got this working on my Homestead installation (albeit with a modification to the package code). Make sure your host in your config file is set to 10.0.2.2.

Due to an issue in the service provider, the host is not correctly applied to the request. I've submitted a pull request (#14) that fixes this.

@rayblair06
Copy link
Author

Thank you @bullenb!

I was trying to configure it to no avail, your PR seems to have fixed my issues.

Closing due to future PR fixing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants