#URGENT HELP! My POST method isn't working in my contact page!
42 messages · Page 1 of 1 (latest)
Nowhere, that's the problem
can you please link the repo so we can look at the code?
I will once I get back on my laptop
Indeed, rep would be a huge help.
@jovial depot @scarlet forum
And while yall are add it, why isn't my POST method not working for my Contact page?
Literally my instructor took 30 minutes looking at it and he gave up
It's...bad. Mostly because the code looks correct, idk what I'm doing wrong
Along with this error
It starts off with 1 error, and every half a second another one shows up, and again....
until it looks like this
I can scroll and theres more
It usually happens when I click on any page and it pops up
I click on "Catalogue" boom "Contacts" boom
I feel like its a thing in general and not in a specific file
I mean where have you called the getComputedStyle Function?
Nowhere. You can check my repository
Part of me feels like it's an extention (or whatever you call those things you npm i inside of git bash), because when I check the console....
it's mentioning the "mdb-react-ui-kit", in which I did install, you can check my package.json
This is intentionally used to create the carousel in my Main.js file
I got it off of https://mdbootstrap.com/docs/react/components/carousel/
can you reinstall? the node modules to do so
1 delete node_modules in the project root dir
2 do npm i whereever you have package.json
reinstalling node_modules?
Sounds dangerous
...
It's basically a "restart your computer" but for node projects, and you don't appear to be familiar with node.js, or at least not enough to construct apps with reactjs.
so I just texted my instructor for verification...
he told me "Don't do that"
Ok, your instructor can further help you!
Ok I didn't mean it that way.....
It's just that situation where you'd rather trust the person you know and has taught you for the longest of time now rather than someone you just met online
At least don't blame me for having that mindset, I'm still looking for further assistance
Fixed it
I literally had to remove everything that had to do with the carousel....
URGENT HELP! My POST method isn't working in my contact page!
I'm still stuck with the problem with the Contacts page tho....