tradingview / saveload_backend

96 stars 75 forks source link

404 on POST/GET #14

Open denkomanceski opened 4 years ago

denkomanceski commented 4 years ago

Hi, I did everything as instructed, and things went smoothly. It also showed the Save cloud button on the chart (after I configured charts_storage_url properly). When I press save, the chart is calling the backend, but unfortunately, all the requests are 404.

Screenshot: https://prnt.sc/rypa9u

[13/Apr/2020 21:00:02] "POST /1.16/charts?client=tradingview.com&user=public_user_id HTTP/1.1" 404 77
[13/Apr/2020 21:00:22] "POST /1.16/charts?client=tradingview.com&user=public_user_id HTTP/1.1" 404 77
[13/Apr/2020 21:00:34] "GET /1.16/charts?client=tradingview.com&user=public_user_id HTTP/1.1" 404 77

I am on charts_storage_api_version: 1.16, not sure if this changes anything.

Thanks

xmaicox commented 4 years ago

I will post a guide on this issue around Saturday, I also encountered this headache. I finally got around with it. Finally got it working with and without https

pebueno commented 2 years ago

I will post a guide on this issue around Saturday, I also encountered this headache. I finally got around with it. Finally got it working with and without https

Would you mind to post your solution?