I am new to developing in Forge, I am trying to create a Global Page to display some static elements, and then a section to run a lookup.
The page seems to error if it does not have a Resolver as the entry point.
Is it possible to just deliver content via an App.js or similar, or will a resolver always be required?
Similarly, I noticed that when using Forge Tunnel, changes in a global page app don’t seem to trigger an update. Does anyone know how to get this to work?
You shouldn’t need a resolver; it’s totally fine to omit it if you’re not intending on running any functions in the backend. Are you sure there isn’t some frontend code that’s calling invoke by mistake?
Here’s an example of a project that uses a Custom UI for a smoother development cycle, featuring hot reload, TypeScript, and many other useful things: https://github.com/andrei-pisklenov/forge-starter