You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a very simple code that works perfectly fine in nodejs but not working in browser.
In nodejs I have two files Simple.js and Simple.proto
here is the content of Simple.proto
lookupType throws an exception stating that it cannot find type "subscriptions.TestTopicMessage". Seems like the file Simple.proto is not found, even though it is located in the same folder as my Simple.html file.
I tried passing full path to the file - it did not help.
Please, tell me what I am doing wrong. thanks
The text was updated successfully, but these errors were encountered:
Hi, I have a very simple code that works perfectly fine in nodejs but not working in browser.
In nodejs I have two files Simple.js and Simple.proto
here is the content of Simple.proto
And here is the content of Simple.js:
Everything works file. I get the message etc.
When i try something very similar in the browser:
lookupType throws an exception stating that it cannot find type "subscriptions.TestTopicMessage". Seems like the file Simple.proto is not found, even though it is located in the same folder as my Simple.html file.
I tried passing full path to the file - it did not help.
Please, tell me what I am doing wrong. thanks
The text was updated successfully, but these errors were encountered: