-
Notifications
You must be signed in to change notification settings - Fork 288
Does not load the page https://web-push-codelab.glitch.me/ #95
Comments
I am having the same issue. Currently, I am getting a 503 back. It seems that the service is unavailable at the moment. |
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. 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. |
Also looking for a solution. I've tried py-vapid for Python but it hasn't worked for me. What have you done instead? |
Found this website which generates VAPID keys and works like a charm: https://d3v.one/vapid-key-generator/ |
You can also install web-push package and use the command line: |
The app can be opened here (currently not working) and the source code is available here. The app cannot start due to an error in express. This can be solved by updating express with this command:
Solution
|
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 |
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.
The text was updated successfully, but these errors were encountered: