Posts by Akelesis • 11 points
3 posts
-
0
votes0
answers37
viewsQ: Npm install problem when deploying to the server
I developed a site using Vue and Node, both fully functional on my machine, when hosting the backend on the web server (I used Kings host) and trying to run npm install to install the dependencies…
-
0
votes0
answers552
viewsQ: Cross-Origin Request works on Postman, but not on frontend
I need to access my API for sending emails, but every time I try to do it through my application’s frontend I get a CORS error saying Cross-Origin Request Blocked: The Same Origin Policy disallows…
-
0
votes0
answers78
viewsQ: How to access my backend API
I need to access my Node backend API to send emails with information from a contact form. I hosted my app on King Host and it appears this way the point is, since I’m a bit new to Node, I don’t know…