Potential problem with client actions resolving on server
See original GitHub issueHi @brillout
Today I noticed something strange, and I thought I’d notify you now - I might run some more tests to see if its really an issue on my side or with wildcard-api
- but the behaviour is new and I’m pretty sure I haven’t changed anything with my code and wildcard-api
.
I’m getting these errors now when my server is running “client” endpoints:
****************************************
************* Stack Trace **************
****************************************
at getCallStack (C:\dev\_projects\vibescout-web-workspace\node_modules\reassert\assert.js:170:27)
at Function.reassert (C:\dev\_projects\vibescout-web-workspace\node_modules\reassert\assert.js:25:21)
at Function.module.exports [as usage] (C:\dev\_projects\vibescout-web-workspace\node_modules\reassert\usage.js:9:19)
at assert_context (C:\dev\_projects\vibescout-web-workspace\node_modules\wildcard-api\server\WildcardApi.js:541:14)
at Object.set (C:\dev\_projects\vibescout-web-workspace\node_modules\wildcard-api\server\WildcardApi.js:527:5)
at Function.assign (<anonymous>)
at runEndpoint (C:\dev\_projects\vibescout-web-workspace\node_modules\wildcard-api\server\WildcardApi.js:273:12)
at Object.__directCall (C:\dev\_projects\vibescout-web-workspace\node_modules\wildcard-api\server\WildcardApi.js:99:45)
****************************************
************* Wrong Usage **************
****************************************
Cannot get context `this.endpointName`.
Context is missing while running the Wildcard client on Node.js.
Make sure to add the request context with `bind`: `endpoints.postSearchQuery.bind(requestContext)`.
The only difference between now and a couple days ago is that I updated my Node.js installation to version 12.1.0 - so I think that there may be an issue with that version.
I’m going to try and downgrade and see.
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
5 common server issues and their effects on operations
Servers with power issues can cause end-user problems such as decreased productivity and increase data center work as staff troubleshoot ...
Read more >10 Common Customer Service Problems and How to Resolve ...
Reasons: Here are some reasons why a customer call may get transferred: If the customer agent does not have a ready solution to...
Read more >Managing Client Conflicts - Liquid Web
Learn how to manage client conflicts and get a step-by-step guide to successful conflict resolution for your WordPress agency.
Read more >Troubleshoot Advanced Client push installation issues
There are some issues that can potentially occur when you deploy a client by using the Advanced Client Push install method. This article ......
Read more >7 Common Network Issues and How to Resolve Them Fast
The Prevention Measure: Your local router might be configured to operate as a DNS Server, creating a DNS pass-through to your ISPs servers....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I know what’s going on but I have to run some errands. I’ll fix this later today.
Ah and I’ve started to make changes to the readme.