Vanilla
Vanilla
KPCKevin Powell - Community
Created by Vanilla on 3/14/2024 in #back-end
Socket.io Errors
I have one confusion. In my MERN chat app I had an issue of socket.io. It was suddenly losing connection and giving me bunch of errors of can't get url and also cors error so is there any common cases of why that might happen? I can provide repositories too if needed
1 replies
KPCKevin Powell - Community
Created by Vanilla on 12/26/2023 in #back-end
Socket.io
how does it work that sometimes sockets work just fine but sometimes it just stops working at all? Even though everything looks correct?
14 replies
KPCKevin Powell - Community
Created by Vanilla on 12/16/2023 in #back-end
sockets issue
I got issue with the sockets not broadcasting the message to the frontend so If you know how to fix it please help
5 replies
KPCKevin Powell - Community
Created by Vanilla on 11/11/2023 in #back-end
Problem with meta tags in html
<meta property="title" content="Manage - create your own landing pages fast and quick"> <meta property="description" content="Bring everyone together to build better products. Manage makes it simple for software teams to plan day-to-day tasks while keeping the larger team goals in view."> <meta property="image" content="https://th.bing.com/th/id/R.4107886f854aab71acb7746a7f544c56?rik=6sybA%2fLm8QQAOQ&riu=http%3a%2f%2fcdn.onlinewebfonts.com%2fsvg%2fimg_428490.png&ehk=DudW5bomMg%2b7ersswfCrrIPe81obpewX7sSc1AU2z%2bw%3d&risl=&pid=ImgRaw&r=0"> <meta property="og:title" content="Manage - create your own landing pages fast and quick"> <meta property="og:description" content="Bring everyone together to build better products. Manage makes it simple for software teams to plan day-to-day tasks while keeping the larger team goals in view."> <meta property="og:image" content="https://th.bing.com/th/id/R.4107886f854aab71acb7746a7f544c56?rik=6sybA%2fLm8QQAOQ&riu=http%3a%2f%2fcdn.onlinewebfonts.com%2fsvg%2fimg_428490.png&ehk=DudW5bomMg%2b7ersswfCrrIPe81obpewX7sSc1AU2z%2bw%3d&risl=&pid=ImgRaw&r=0"> here I got all the code of the meta tags but it's only working in the discord and in discord it's not showing image so how can I fix it?
9 replies
KPCKevin Powell - Community
Created by Vanilla on 4/21/2023 in #front-end
React Routes
how can i navigate to the id using react router? i want to have same functionality as when you click a tag and a tag has id where u scroll down
10 replies
KPCKevin Powell - Community
Created by Vanilla on 12/8/2022 in #front-end
i got problem about background-image
i created div and gave class of background-image then i wrote it background-image: url("./pictures/background.png"); but image is not showing up but it works on body
2 replies