Relative Content

Tag Archive for expressangular18

Backend and FrontEnd don’t communicate anymore

I am creating a contactform with Angular 18 and Express js for the backend. I created and API to send the email when the form is completed. Don’t know why but i don’t receive email anymore when i complete the form from my frontend. But when i try with postman, everything is ok. I don’t have any issue in my console even if i put many try catch in my code. Don’t know if it is the cors because i allowed them in my code.

Backend and FrontEnd don’t communicate anymore

I am creating a contactform with Angular 18 and Express js for the backend. I created and API to send the email when the form is completed. Don’t know why but i don’t receive email anymore when i complete the form from my frontend. But when i try with postman, everything is ok. I don’t have any issue in my console even if i put many try catch in my code. Don’t know if it is the cors because i allowed them in my code.