#Max4637 - Angular Checkout

1 messages · Page 1 of 1 (latest)

fluid bison
#

Hi

topaz pilot
#

Hi

fluid bison
#

Are you seeing any error messages in the console?

topaz pilot
#

I’ll go to “inspect” and show you what I get

#

I’m the same photo

#

Both before and after photos

#

Nothing happens

#

I’m trying to link either html or typescript code with the server.JS class

fluid bison
#

Can you add some logging to make sure your sever.js code is being called?

#

Also check the Network tab to see if the requests are being sent from your front end to your back end

topaz pilot
#

I’ll go to Postman

fluid bison
#

Okay. Did your sever code log anything?

topaz pilot
#

No

fluid bison
#

Please try putting in some logging statements to track down where the error is.

topaz pilot
#

Like console.log

#

or alert

fluid bison
#

Exactly 🙂

topaz pilot
#

Ok. I’ll do that

#

Thank you

#

I see another error

fluid bison
#

Okay yeah if this code is running on your server it won't have access to the Document Object Model. That exists on the browser.