Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Does not load the page https://web-push-codelab.glitch.me/ #95

Open
tomascheca opened this issue Jun 27, 2020 · 7 comments
Open

Does not load the page https://web-push-codelab.glitch.me/ #95

tomascheca opened this issue Jun 27, 2020 · 7 comments

Comments

@tomascheca
Copy link

I can't generate my subscription keys because the redirect page doesn't loadI can't generate my subscription keys because the redirect page doesn't load.

image

@eddietal2
Copy link

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

@Jethro74
Copy link

Jethro74 commented Jul 7, 2020

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.

@itsyusufahmed
Copy link

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

@itsyusufahmed
Copy link

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

@asliwinski
Copy link

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

@milanmeu
Copy link

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

@gauntface
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants