marcoschwartz / aREST

A RESTful environment for Arduino
http://aREST.io/
Other
1.2k stars 279 forks source link

Server problems #266

Closed dukestrauss closed 3 years ago

dukestrauss commented 5 years ago

Is the aRest platform being supported anymore?

iolarha commented 5 years ago

I'm wondering the same thing

mamvcivm commented 5 years ago

I tried a Random Nerd Tutorial using Arest about 6 weeks ago and it was working perfectly. I now find I cannot log into the dashboard website, nor reset my password, nor create a new account - the contact address is https://arest.io/contact@arest.io which simply presents a blank webpage. I did wonder whether I had accidentally signed up to a cloned website...

ankittaneja commented 5 years ago

I have the same question, wrote an email to contact@aRest.io! I was going to use it for a demo for 25 people. I guess would I need to write an own MQTT Broker.

mamvcivm commented 5 years ago

Perhaps this is the nature of the beast - there are so many IoT sites out there that none will have dependable longevity...

ankittaneja commented 5 years ago

@mamvcivm : Can you please provide link to a similar library? I am in dire need of this and would avoid writing something on my own.

mamvcivm commented 5 years ago

@ankittaneja hi Ankit. Sorry, I don't have the ability to do that :-(

marcoschwartz commented 5 years ago

Hi, I want to assure everyone that the project is far from dead - we are working on deploying a new version that will be able to handle the current load of users. Note that aREST is a free project, therefore we can't just pay more to have bigger servers, we need to find other solutions which means in the present case rewriting some of the code :) We'll make an announcement once the new application is online.

ankittaneja commented 5 years ago

Hi @marcoschwartz ,

First of all thanks for this amazing project! Secondly, can you give us any timeline when it will be online again? And last, is there a way I can contribute. I used C++ last in 2011, but can help with javascript / NodeJS as I believe you are using that for hosting the web app ! Or preparing videos / writing blog articles, I remember you sent an email few months back regarding the same.

marcoschwartz commented 5 years ago

Thanks! I think the core cloud functions will be back up quite quickly, as it's really just transposing code from Meteor to Node.js, with some modifications of course. So I expect this to be up at the beginning of next week. For the dashboard, it might be a little longer as I want to convert it to VueJS for a much easier maintenance in the future. For sure when it's all back up I'd be happy to use your help to prepare videos & blog articles, it's much appreciated :)

marcoschwartz commented 5 years ago

I am happy to announce that the new cloud server is already live! Of course, you will need to update your libraries to the next version for your devices to work with the new server. I'll now work on the graphical interface part, hope to have it available by next week :)

ankittaneja commented 5 years ago

Hi @marcoschwartz ,

  1. I am getting "Cannot Get /" when trying to visit cloud.arest.io
  2. Since I am doing a workshop, I created a web app so everyone can have there own server. Have a look when you have time: https://github.com/ankittaneja/yd19-webapp (Still need to give it finishing touches)

Co-incidentally, I am also using VueJS for a new project.(Although, my colleague also showed lit-element, have a look).

Vielen Dank und Grüß aus Berlin :)

yvesd3 commented 5 years ago

I am getting Error 404 gateway time-out error from cloud.arest.io 's side. Is this happening with anyone else?

zach27 commented 3 years ago

I'm encountering a different but possibly related problem. I'm unable to create an account on arest.io. Clicking the buttons on the UI does nothing. (I'm seeing the same behavior in multiple web browsers.) Anyone else seeing the same?

marcoschwartz commented 3 years ago

Hello, sorry for the late answer on this! We had some issues with the aREST cloud in the past months but now it is all fixed :) We also have created a quick start guide to help you connect your devices to the aREST cloud server: https://arest.io/quick-start. Hope that helps!