I seem to be having some issues with my glitch project. I had ran the project through my local hosting through node.js. However now that ive transfered the files to glitch, the project doesnt seem to open and just loads constantly. I may have made a simple mistake in some of my code. Thank you for any input
EDIT
I think i have to use a seperate starter react glitch project since i was running react for the most of my code. Will update if I find a solution.
Playing around a bit with a Remix of your project, it looks like the app.use((cors)); line is what’s hanging.
I didn’t dig any further, and I’m not overly familiar with that middleware, but hopefully that might give you something to go on for getting your page to at least load!
Also for what it’s worth, the cert you provided in the certificate for the forum, not for your Glitch project (the SSL cert doesn’t seem related in this case anyway).
Thank you so much. I was wondering what changed from my local machine to this hosting. I edited the cors usage out and the project loading. Thanks again