I seem to be encountering an issue with Google cloud storage queries. None of them seem to be able to access values scoped to a page, even when the query is also defined in the same page scope. I get a message similar to this:
Unable to access 'outboxFilePrefixInput' since it is scoped to 'outbox'. 'undefined' is scoped to the app.
The query seems able to access values from the global scope.
Unable to access 'storageMetadata' since it is scoped to 'Providers'. 'undefined' is scoped to the app.
Same issue with a Retool storage component, I get the linting above. But the linting is a false positive, as the components are interacting, but not perfectly / consistently (buggy).
@Jack_T keen to know how the July 2025 situation was handled and if thereβs something I can do to fix my implementation.