processing / p5.js-web-editor

The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.
https://editor.p5js.org
GNU Lesser General Public License v2.1
1.3k stars 1.26k forks source link

Heroku deployment is broken #1721

Open nickmcintyre opened 3 years ago

nickmcintyre commented 3 years ago

Hello! I tried launching a version of the Editor on Heroku yesterday but ran into an error with the (now defunct) mongolab addon.

mLab error

Nature of issue?

Details about the bug:

welcome[bot] commented 3 years ago

Welcome! 👋 Thanks for opening your first issue here! And to ensure the community is able to respond to your issue, be sure to follow the issue template if you haven't already.

catarak commented 3 years ago

Thanks for reporting!

barcar commented 3 years ago

Is this still an issue? It looks like there was a possible fix but I’m seeing the same error?

nickmcintyre commented 3 years ago

@barcar please have a look at #1722 and let me know if the updated documentation is easy to follow.

DataNeel commented 6 months ago

Just tried deploying to heroku by following the instructions in the documentation, and it still didn't work. I left placeholder values in all of the required fields, and it gets hung up on mongodb.

I looked through the fix that you linked, @nickmcintyre (cc @barcar), but I wasn't totally sure how to interpret it. The official docs still don't mention anything about Atlas.

barcar commented 6 months ago

Yes, this is still broken. The pull request with the proposed fixes was never merged.