Hi All,We are creating AEM project using react SPA and server side rendering. Is there a way to handle payload and response size limit of 1 mb (https://developer.adobe.com/runtime/docs/guides/using/system_settings/), I see an option to use gzip compression but don't know how to use it in our project...
I get the following error on aio app run, using the default standalone-appMaxListenersExceededWarning: Possible EventEmitter memory leak detected. 16 error listeners added to [WriteStream]. Use emitter.setMaxListeners() to increase limithow do i solve this
I'm building extension for illustrator, i face issues in debugging. for javascript code, i use breakpoints for debugging in vscode using the extendscript extension. but, the problem is with the html code. when i open first time the extension in illustrator, it works fine, but as soon as i change the...
We are building an App Builder project utilizing a headless React single page application and because its single page routing occurs client side which causes a 404 error when the page is refreshed because the server does not know the route. Typically this is handled by changing the server config to ...
Hi, I have my server setup on AWS EC2 with CentOS7. Node: V16.18.1 npm: V8.19.2 I have installed AIO cli successfully through terminal, however when I'm trying to do aio login - it asks for browser authentication which I'm unable to access in the EC2 machine. Eventually, the request times out after...
When looking for an answer to this question, I've only seen recommendations for how you should manage the use of third party databases. Is there an database offering included with App Builder?@SarahXu
App Builder Env missing AIO_runtime_auth='' AIO_runtime_namespace='' details if project is using React Spectrum template but it is not if using HTML 5 template why ?
I created a new workspace and it has a runtime added to it. Then i deploy into this runtime (with aio app deploy and the correct AIO_runtime_namespace and auth env variable). There is an action defined in the code, and the action also works correctly in the cloud runtime, but there aren't any acti...