pepzwee / node-csgo-web-tradebot

Web based CS:GO trade bot. Similar to CSGOSell.
MIT License
147 stars 59 forks source link

Clicking sign in through steam gives a 404 Error: /auth/steam could not be found #134

Closed sbendeschii closed 6 years ago

sbendeschii commented 6 years ago

Expected behavior

When I click sign in through steam, it should take me to the steam sign in page, and then return me back to the trading site, already signed in.

Actual behavior

When I click sign in through steam, it gives me a 404 Error saying /auth/steam could not be found. In the folder containing the script files, there is no Auth or Steam directory as well. It's not included in the download.

Steps to reproduce the behavior

Click sign in using the provided zip file on github

Other

  1. [Operating System]: <Windows 10>
  2. [Node.js version]: <Latest as of 1/9/2018>(Node.js isn't causing the issue)
  3. [How did you start the script]: <Uploaded the files to my vps using filezilla, just like any other website.>

Error Stack

-bash: cd: /auth/steam: No such file or directory (Putty)

(When clicking sign in) Not Found The requested URL /auth/steam was not found on this server.

pepzwee commented 6 years ago

Disable Apache or nginx

⁣Sent from Blue ​

On Jan 9, 2018, 08:20, at 08:20, sbendeschii notifications@github.com wrote:

Expected behavior

When I click sign in through steam, it should take me to the steam sign in page, and then return me back to the trading site, already signed in.

Actual behavior

When I click sign in through steam, it gives me a 404 Error saying <ip of my site>/auth/steam could not be found. In the folder containing the script files, there is no Auth or Steam directory as well. It's not included in the download.

Steps to reproduce the behavior

Click sign in using the provided zip file on github

Other

  1. [Operating System]: <Windows 10>
  2. [Node.js version]: <Latest as of 1/9/2018>(Node.js isn't causing the issue)
  3. [How did you start the script]: <Uploaded the files to my vps using filezilla, just like any other website.>

Error Stack

-bash: cd: /auth/steam: No such file or directory (Putty)

(When clicking sign in) Not Found The requested URL /auth/steam was not found on this server.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/pepzwee/node-csgo-web-tradebot/issues/134