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

When linking an app the Encore daemon still thinks it's not linked

eandre opened this issue · comments

We cache the platform id inside the daemon, and if it changes we don't re-check it. This is a problem particularly when an app is not linked, in which case we return an error saying the user needs to link it. Upon linking it, however, the absence of a platform id is cached and won't be re-fetched.