[CAN BE DELETED] Debug on Remote Server #136
Unanswered
marcorieser
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am not sure if I have configured something wrong or what I am trying to do is not possible at all. I have installed Ray locally as an app and the package spatie/ray on the server in the document root. My ray.php looks like this:
I edit the code locally and when I save it, it is uploaded to the web server. In other words, I don't have a local web server for the project but access the page remotely.
After including the composer autoloader, I call the following code:
Unfortunately, I don't get any data in the Ray app.
Is this even possible without a local web server? How should the remote server be able to communicate with my local Ray App?
Beta Was this translation helpful? Give feedback.
All reactions