encoredev / encore

Encore is the Backend Development Platform purpose-built to help you create event-driven and distributed systems.

Home Page:https://encore.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Uptime monitoring tutorial's frontend is not working

preslavmihaylov opened this issue · comments

This tutorial:
https://encore.dev/docs/tutorials/uptime

isn't fully finished as the frontend is not working when following the instructions.

The issues are that there is a missing monitor/status.go file, not explained in the tutorial. Also, missing instructions on how to then regenerate the frontend client to use your backend.

The generated file, which is given out of the box, won't work for your deployment because it points to a different app, which is not currently deployed, ie it's hardcoded https://${name}-uptime-7chi.encore.app

Going to close this & open it in the examples repo instead.