Code Monkey home page Code Monkey logo

Comments (7)

itsyusufahmed avatar itsyusufahmed commented on August 23, 2024 4

Found this website which generates VAPID keys and works like a charm: https://d3v.one/vapid-key-generator/

from web-push-codelab.

gauntface avatar gauntface commented on August 23, 2024 2

I just poked the project on glitch and it looks like it's working again.

I will try and move this to my own host at some point so that I don't hit this issue again in the future

from web-push-codelab.

eddietal2 avatar eddietal2 commented on August 23, 2024

I am having the same issue. Currently, I am getting a 503 back. It seems that the service is unavailable at the moment.

from web-push-codelab.

Jethro74 avatar Jethro74 commented on August 23, 2024

Any solutions? I've got the same issue. Sometimes 504 Gateway Timeout, and sometimes it says:

_failed to start application on web-push-codelab.glitch.me

This is most likely because your project has a code error.
Check your project logs, fix the error and try again._

I'm pretty sure there is no error in the code, as I have been following the instructions at https://developers.google.com/web/fundamentals/codelabs/push-notifications step by step.

from web-push-codelab.

itsyusufahmed avatar itsyusufahmed commented on August 23, 2024

Also looking for a solution. I've tried py-vapid for Python but it hasn't worked for me. What have you done instead?

from web-push-codelab.

asliwinski avatar asliwinski commented on August 23, 2024

You can also install web-push package and use the command line:
web-push generate-vapid-keys

from web-push-codelab.

milanmeu avatar milanmeu commented on August 23, 2024

The app can be opened here (currently not working) and the source code is available here.
The Glitch project owner is @gauntface. Only he can edit the original project. You can remix the app here so that you can work on your own copy.

The app cannot start due to an error in express. This can be solved by updating express with this command:

npm update express

Solution

  1. Remix the app here;
  2. In the lower left corner click on Tools and select Terminal;
  3. Run npm update express in the terminal;
  4. In the top left corner click on the sunglasses and select In a New Window;
  5. The app should now work. Good luck. 🎉

Terminal in Glitch Terminal in Glitch Terminal in Glitch Terminal in Glitch

from web-push-codelab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.