#liseros

1 messages · Page 1 of 1 (latest)

tawdry gardenBOT
torn cipher
#

Hi there. That looks like a permissions issue (EACCESS error)

#

Also you have an unhandled exception

lilac linden
#

Thanks for the fast reply. How can I solve the EACCESS error and what would be an unhandled exception?

torn cipher
#

Are you a developer?

lilac linden
#

I am a junior front end developer

#

I have no backend experience and I've never had to deal with this kind of problem

torn cipher
#

Oh ok I see. This is a server configuration issue. We can only assist with issues directly related to the Stripe api in here. Unfortunately we can't teach you backend development in here and how to configure your server

lilac linden
#

this is ok, i just want to understand what is the source of the problem. Could you please tell me what process I should follow in order for the integration to work?

torn cipher
#

404 is likely because server isn't up and running

#

And it looks like you can't start your server because npm can't access the html file

#

But we really can't help you configure a production server in here. There's numerous guides online you can read

lilac linden
#

So, basically I have to start the server

#

One time my server is up and running the whole thing should work, right?

torn cipher
#

Well it has to be configured properly

#

But it should if you do that right

lilac linden
#

In practice, is the server configuration limited to the server.js file or does it extend to my hosting space?

torn cipher
#

Your hosting space

#

Looks like there's a file access issue on your server rn

lilac linden
#

nothing is easy but I have stubbornness. And I'm not easily intimidated

#

perfect, guess i will call my hosting space customer service

torn cipher
#

Also I recommend looking up how to deploy a Node application to production

#

It's different than just running it locally

#

Or lookup videos. Whatever learning method you prefer