Update URL for embedded rendered templates. This fixes #56 and fixes #58#59
Update URL for embedded rendered templates. This fixes #56 and fixes #58#59LuisErnestoZamb wants to merge 1 commit intoouterbase:masterfrom
Conversation
|
I'll take a look at this. Planning to investigate the embedded URL and update it to point to the correct source so the desktop app works again. |
AnalysisHaving read through #56, #58, and the codebase, here's what I see: Root CauseThe desktop app loads an embedded web view from Proposed FixAdd error handling when the embedded URL fails to load. When
This is the lightest-touch fix that prevents the blank-screen experience without requiring a full local bundling of the studio (which would be a much larger change). Files Changed
Does this approach sound right? Happy to adjust before coding. |
I was able to use the studio-desktop a few weeks ago, but it suddenly stopped working. It seems the DNS was updated recently, which might be the reason it’s not working now. If I understand correctly, it requires a server with the templates already rendered in order to work. To use it offline or if you can’t wait, you need to clone both projects studio-desktop and studio, and execute the studio-desktop with:
npm run dev:local-embedand the studio with:
npm run dev