Replies: 3 comments 1 reply
-
I can't seem to reproduce this, Could you create an example app in which ray is not working for you? |
Beta Was this translation helpful? Give feedback.
-
Yeah - I can confirm this isn't related to PHP 8.0.7. I've installed PHP 7.4 and 7.3 (which previously worked with Ray too) and both of those now also display the same behaviour as above. I'm really not sure what has caused this; my Homebrew performed an update on Friday which is likely the culprit, however I'm now unsure as to what has been changed which has caused this issue. |
Beta Was this translation helpful? Give feedback.
-
After some more investigation I believe this to be an issue between this package and PHP IMAP provided by the shivammathur/homebrew-extensions homebrew tap. |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
Running under PHP 8.0.7, any calls to the
ray()
function results in a browser error "page returned no data".Versions
Ray version (you can see this in "About Ray"):
You can use
composer show
to get the version numbers of:PHP version: 8.0.7
Laravel version (if applicable): 8.40
To Reproduce
Steps to reproduce the behavior:
ray('test')
will trigger the issue).Expected behavior
The data passed to
ray()
is sent to the Ray desktop app.Screenshots
Desktop (please complete the following information):
Additional context
My environment was running on 8.0.6 and Ray was working fine on that version of PHP - it has only stopped working since upgrading to 8.0.7.
I have also tested this in a Laravel project and in a WordPress project, and in both instances page output is killed.
Beta Was this translation helpful? Give feedback.
All reactions