Title: Universal Rendering Post by: Gary C. on April 21, 2022, 11:05:10 am Hi
We currently deploy our app through GDC and are using version 3.20. We are trying to understand what changes will be required if we move to version 4.0 and universal rendering. To that end, I am trying to get Studio set up with a customised GBC, however, whenever I try to run an app from Studio I get the error message "resource not found" and in the log the entry: Code
Yet there is a bootstrap file in the project's customisation folder: C:\teq\gbc\gbc-4.00.04\dist\customization\cordoba-4 The output panel in Studio shows the following: Code
I have my customised GBC built: Code
My GBC_USER_DIR etc variable is set via the GST environment: Code
I am making sure that no other instance of GAS is running prior to launching my app. If I manually start the standalone GAS with: Code
I can run the demo apps by entering: Code
Can anyone advise what I may be doing wrong? Will this approach work and allow me to quickly rebuild the customisation and relaunch the app the see the impact? Thanks Gary Title: Re: Universal Rendering Post by: Gary C. on April 21, 2022, 12:22:29 pm Hello
I knew as soon as I posted I would see the error of my ways! A typo in the GST environment set: corboda-4 as opposed: cordoba-4 At least I understand the GBC environment much better now! |