SpongeBob
KPCKevin Powell - Community
•Created by 2023graduateinformationtech on 7/13/2024 in #back-end
help with back end post request
I didnt get you question @2023graduateinformationtech You create a server itself using a backend technology isnt it? Correct me if I am wrong
12 replies
KPCKevin Powell - Community
•Created by SpongeBob on 7/16/2024 in #back-end
Query MongoDB documents for a particular date range
I read it somewhere that I have to convert these into UTC format using ISOString method so I tried that.
5 replies
KPCKevin Powell - Community
•Created by SpongeBob on 7/16/2024 in #back-end
Query MongoDB documents for a particular date range
5 replies
KPCKevin Powell - Community
•Created by 2023graduateinformationtech on 7/13/2024 in #back-end
help with back end post request
@2023graduateinformationtech
12 replies
KPCKevin Powell - Community
•Created by 2023graduateinformationtech on 7/13/2024 in #back-end
help with back end post request
Can you please provide the screenshot of the code from where you are trying to send the POST request from front end and also provide the corresponding route code from backend
12 replies
KPCKevin Powell - Community
•Created by SpongeBob on 7/3/2024 in #back-end
Cookie from backend not getting set in frontend
the screenshot I pinged just now, I can see the Set-Cookie in the response header
12 replies
KPCKevin Powell - Community
•Created by SpongeBob on 7/3/2024 in #back-end
Cookie from backend not getting set in frontend
12 replies
KPCKevin Powell - Community
•Created by SpongeBob on 7/3/2024 in #back-end
Cookie from backend not getting set in frontend
so I am never able to execute the controller since protectRoute logic didnt work
12 replies
KPCKevin Powell - Community
•Created by SpongeBob on 7/3/2024 in #back-end
Cookie from backend not getting set in frontend
right, thats what I also thought of. But I am not seeing. Now when I am trying to send a request again to the backend, in the protectRoute where I am trying to find the token using req.cookies.jwt, its coming as undefined
12 replies
KPCKevin Powell - Community
•Created by SpongeBob on 7/3/2024 in #back-end
Cookie from backend not getting set in frontend
function for setCookie is invoked during login @Hashi
12 replies
KPCKevin Powell - Community
•Created by SpongeBob on 7/3/2024 in #back-end
Cookie from backend not getting set in frontend
yes I am able to see the cookie in the response header but does it get saved to Applications tab also in thr browser?
12 replies
KPCKevin Powell - Community
•Created by SpongeBob on 7/3/2024 in #back-end
Cookie from backend not getting set in frontend
I have pasted the generateToken and protectRoute file. protectRoute I am using to check if the request already has the token then only execute the controller
so I am giving like this
app.get("/", protectRoute, someController)
12 replies
KPCKevin Powell - Community
•Created by SpongeBob on 7/1/2024 in #front-end
Tailwindcss flex-col issue
I found the issue last night, the tailwindconfig.css file was only looking for the files in src and the Login page was present inside the pages folder which was outside that src folder. Either we can update the tailwindconfig.css file to look inside pages folder too or we can move the pages folder inside the src folder
4 replies
KPCKevin Powell - Community
•Created by SpongeBob on 7/1/2024 in #front-end
Tailwindcss flex-col issue
Looks like sometimes the tailwind css changes are reflecting and sometimes not. I tried putting the color changes, it was reflecting fine but suddenly it stopped reflecting. Not sure whats going on.
4 replies
KPCKevin Powell - Community
•Created by SpongeBob on 2/9/2024 in #front-end
Hebrew Virtual Keyboard
can I accomodate all the keys of a virtual keyboard?
8 replies
KPCKevin Powell - Community
•Created by SpongeBob on 2/9/2024 in #front-end
Hebrew Virtual Keyboard
320px is quite a very small screen
8 replies
KPCKevin Powell - Community
•Created by SpongeBob on 2/9/2024 in #front-end
Hebrew Virtual Keyboard
lets just consider how to handle responsivesness on virtual keyboard. Its not related to hebrew or any language stuff
8 replies
KPCKevin Powell - Community
•Created by SpongeBob on 2/5/2024 in #front-end
Embed Youtube videos without info
thank you
8 replies
KPCKevin Powell - Community
•Created by SpongeBob on 2/5/2024 in #front-end
Embed Youtube videos without info
okay got it
8 replies
KPCKevin Powell - Community
•Created by SpongeBob on 2/5/2024 in #front-end
Embed Youtube videos without info
8 replies