Replies: 3 comments
-
Are you able to confirm that your client socket is actually connecting? Are you connecting from http://localhost:1337? or another port? Try adding your client's domain in the cors
|
Beta Was this translation helpful? Give feedback.
0 replies
-
No client socket is not connected yet and I provide the backend origin
http:// localhost:1337
…On Sat, Apr 23, 2022, 2:50 AM Reed Dunn ***@***.***> wrote:
Are you able to confirm that your client socket is actually connecting?
Are you connecting from http://localhost:1337? or another port? Try
adding your client's domain in the cors
"cors": { "origin": ["http://localhost:3000", "http://localhost:3001"], "methods": ["GET"] },
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARY4NHQEYEOHIA4CONMJ73DVGMNIVANCNFSM5T6XF5DA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
if your client socket isn't built/connected yet, your connection event will not trigger as nothing is connected to log the socket ID. Your content type should also be the singular name of the model. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
What issue are you experiencing?
`module.exports = ({ env }) => ({
});`
Steps To Reproduce
No response
What version of the plugin are you using?
v1.1.0
What strapi version are you using?
v4.1.3
Beta Was this translation helpful? Give feedback.
All reactions