Cannot get Ray to register #183
Answered
by
patinthehat
shaqaruden
asked this question in
Q&A
-
I am having an issue with getting Ray to register. I followed both sets of standalone browser registration instructions but with either I get
<script src="https://cdn.jsdelivr.net/npm/node-ray@latest/dist/standalone.min.js"></script>
<script>
rayInit(window);
ray('hello world');
</script> |
Beta Was this translation helpful? Give feedback.
Answered by
patinthehat
Jun 5, 2023
Replies: 2 comments 1 reply
-
I also tried downloading a copy of the script and adding in a simple console.log() to the beginning "use strict"; (() => {
console.log('tetsing')
var ls = Object.create; ... and I see that in the console so I know the script is being included and code is executing |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have the same problem but this solution does not work for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @shaqaruden, thanks for reaching out. Can you try doing this:
And let me know if that works for you.