Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoint not found Error for Http Request #1125

Closed
rakshaySingh888 opened this issue Nov 30, 2022 · 1 comment
Closed

Endpoint not found Error for Http Request #1125

rakshaySingh888 opened this issue Nov 30, 2022 · 1 comment

Comments

@rakshaySingh888
Copy link

We are getting "Endpoint not found" if we are trying to emit data to deepstream from an HTTP request. Am I missing anything in the config?

const requestBody = {
body: [{
topic: 'event',
action: 'emit',
eventName: 'test-event',
data: { some: 'data' }
}]
};

Sending this is in body for the url: localhost:6020

@jaime-ez
Copy link
Collaborator

jaime-ez commented Dec 2, 2022

see the docs for the default path: https://deepstreamio.github.io/docs/docs/server/configuration#http

@jaime-ez jaime-ez closed this as completed Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants