Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
Currently, for asset searches, we are utilizing the GET method (via acs-assets-sharecommons). When selecting all images and documents in bulk, the URL is generated too large:Due to the extensive length of this GET method, we are encountering a "URI TOO LONG" response, resulting in an "unable to submit the form" error in the UI. It's worth noting that this issue is observed in cloud environments but not in my local setup.Please provide the information on how to fix it
I faced the below message once try to save or create product attributes for Visual & Text swatch type. Any suggestion, please advise. My Magento version is 2.4.5 p2. TypeError: Illegal offset type in /home/..../public_html/vendor/magento/module-swatches/Model/Plugin/EavAttribute.php:239Stack trace:#0 /home/..../public_html/vendor/magento/module-swatches/Model/Plugin/EavAttribute.php(239): array_column()#1 /home/..../public_html/vendor/magento/module-swatches/Model/Plugin/EavAttribute.php(202): Magento\Swatches\Model\Plugin\EavAttribute->prepareOptionLinks()#2 /home/..../public_html/vendor/magento/module-swatches/Model/Plugin/EavAttribute.php(122): Magento\Swatches\Model\Plugin\EavAttribute->processSwatchOptions()#3 /home/..../public_html/vendor/magento/framework/Interception/Interceptor.php(146): Magento\Swatches\Model\Plugin\EavAttribute->afterAfterSave()#4 /home/..../public_html/vendor/magento/framework/Interception/Interceptor.php(153): Magento\Catalog\Model\R
I'm making a microservice using App builder.And for my logiс I use state const stateLib = require('@adobe/aio-lib-state') ... const state = await stateLib.init() await stateLib.put('key', params, { ttl: -1 }) console.log('state info') ...In order for me to test (since aio-lib-state does not work locally), I deployed the applicationaio app deployNext, I send a request to the microservice and receive the following error: 2023-11-24T17:19:17.970Z stdout: AioCoreSDKError [TvmLibError]: [TvmLib:ERROR_BAD_ARGUMENT] "ow.auth" is required at new <anonymous> (/nodejsAction/cfE17S6i/index.js:17263:9) at new TvmClient (/nodejsAction/cfE17S6i/index.js:18319:19) at Function.init (/nodejsAction/cfE17S6i/index.js:18382:12) at Object.init (/nodejsAction/cfE17S6i/index.js:23832:27) at NodeActionRunner.main [as userScriptMain] (/nodejsAction/cfE17S6i/index.js:266164:31) at /nodejsAction/services/runner.js:111:45 at new Promise (<anonymous>)
Hello, Using: "Service Account (JWT)" with "PDF Services API" Problem:I can no more use this method: "Export PDF (https://cpf-ue1.adobe.io/ops/:create?respondWith=...) I always get the error, "401 Not authorized to call this engine". { "cpf:status": { "completed": true, "type": "UNAUTHORIZED", "title": "Not authorized to call this engine", "status": 401, "report": "{\"error_code\":\"UNAUTHORIZED_ENGINE_ACCESS\"}" } } Nothing is changed, excepting generate new Public/Private key.Is this method no more working since marked as deprecated? The call will be make over PHP (Guzzle), I have also tested over Postman and there I get the same error. I hope someone can help me. Thanks.
I'm noticing a change in the Adobe form calculations as whenever there is an issue with dividing by zero, the application freezes up and crashes. This is a recent change as before it would just show NaN and handle the division. Was there a bug introduced in a new version? I don't want to have to fix all previously made forms to now handle division by zero when previously it had handled it. Thanks!
I am trying to create a content fragment with some pre-filled values of content fragment model datatype using Assets API. I am unsure on the format of JSON I need to place in the Body. As per the doc its stating to include the JSON format but it is not working for me. Creation of CF is happening with the below JSON{"properties": {"cq:model": "/conf/xxxx/xxx/xxx-headless-portal/settings/dam/cfm/models/sample-model","title": "Sample Model","description": "Sample model"}} But I want to put more properties under the node 'jcr:content/data/master' . How should I structure the JSON?
> npx create-adobe-photoshop-api-sdk appNeed to install the following packages:create-adobe-photoshop-api-sdk@0.0.3Ok to proceed? (y) ycreating a Photoshop API SDK Project...Installing dependencies in app...npm install error: Error: Command failed: cd app && npm installnpm WARN deprecated @1649177/plugin-proposal-unicode-property-regex@7.18.6: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @1649177/plugin-transform-unicode-property-regex instead.npm WARN deprecated @1649177/plugin-proposal-private-property-in-object@7.21.11: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @1649177/plugin-transform-private-property-in-object instead.npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and
Hi Everyone, I have a list of text iterated in Sightly (I am using multifield and iterating using data-sly-list ). PFA screenshots.Can anyone let me know how to make them radio button and when a user selects the options, each option should save a value for that node.Example:If a user selects "textOne" it should save value "1"If a user selects "textTwo" it should save value"2"If a user selects "textThree" it should save value "3"Sightly (htl logic) :<sly data-sly-list.options="${model.radiobuttons}"><div>${options.text}</div><br></sly> @community @developer-7
I am novices to the field of Identity and Access management. As far as I know, SailPoint has provided some direct connectors to integrate known systems like LDAP, HR systems, OIM, databases, etc. And Sailpoint also provided support for disconnected applications with the use of custom connectors. Here, my question is: how do I develop a custom connector? I do not have the jar file provided by Sailpoint, which contains the "AbstractConnector" class. So that I can write my own class and develop... I also do not understand what to do with that class. (If I have a jar, how will sailpoint refer to that class.. Do we need to deploy that class somewhere?Here I am expecting the complete flow to develop and deploy the custom connector.. If anyone is working please help..
I am trying to access swagger using this endpoint https://your_host/swagger but it is redirecting me to login page of Magento . How can I enable swagger for admin account in Magento.Here I am attaching screen shot for reference of the redirect login page.I also followed this document to enable swagger : https://dev.to/pabodah/swagger-magento-2-3nf9 but while generating API key I am unable to see Integration Record section on UI of Magento, so I am stuck here. Is there and another to generate key?Please guide me to resolve this problem
Is it possible in aem cloud to add a CSS preprocessor in a way that it converts CSS for specific browser. For ex selectors won't work in Firefox is there any way to make it work with the same code
i install a package in my local AEM cloud as service. And well iam very fresher and need remove this package. I only delete the package. But well i dont uninstall this package when i deleted. And well in my http://localhost:4502/system/console/depfinder (check the image) and well i continue see the package but i dont sure what mean that.its the same thing delete package over uninstall?or i need uninstall the package and next delete?and.. well any case i can delete this package in another way for dont see anymore? Thnks!!
We have a number of add-ons that are distributed through the Adobe Exchange, since the recent move to the new store and distribution system we are unable to gain access to our add-ons. We have emailed the ccintrev@adobe.com multiple times but had no response. Does anyone know what else we can do? Thanks Tom
Hi Everyone,Is there a way in aem we can make this custom responsive scalefrom AEM for layout.
Can we access multiple sling model classes to one html file using sightly?Example: I have two classes MultiDataFetchermodelOne and MultiDataFetchermodelTwo <div data-sly-use.multiDataFetcher="${'com.myproject.core.models.MultiDataFetchermodelOne'}">// logic here</div> How can I call the 2nd model class (MultiDataFetchermodelTwo) in the same html file?
Our certificate expired for our integration and we can't use OAUTH yet.We tried to obtain a new JWT but it's only offering us OAUTH via the Developer console.Is there a way to get back to the JWT menu again and create a new certificate until we upgrade?
Hi Team I recently observed Page versions are getting created only when I use the normal page publish option to publish (which we usually get in edit mode) and quick publish option, not getting auto-created when i use the manage publication option to publish a page, I wanted to check if it is an expected behaviour or can extend functionality to auto-create page versions. Thanks Advance.
Hi All,I have a use case where we have to hide/disable the "Quick Publish" option from the console in site manager. our use case is all the live pages has to go through the normal publish process which we get in editer window for publishing.Thanks in advance.Regards Abhishek A
Is there a developer portal or documentation I can refer to for more information on integrating Behance content into our website using the API?
Olá. Eu estou querendo criar um Layout File (Padrão de Imagem) como extensão de um pagamento/assinatura (.gpa) que fiz ao Adobe Acrobat Premium. Eu consigo fazer isso através do simples anexo abaixo ou é necessário programação em console?
I have a data in which creation date and processed data count available. Creation date is update with same date but different time. Processed count is updated based on time.I required like one date with sum of all processed count and Success count.please help on this.
Hi! I need help with a project that I created in Adobe Builder Console, which will be an extension. I used OAuth2 provider and I added it to the Stage workspace. In the deploy_stage.yml file, I saw that there is an "Auth" step and what variables need to be set in Github (see first image). I set all the variables in Github of the Repository secrets except for the one of KEY_STAGE. For this key, I can't find what value to add and from where, because I can't find a value for this variable in the OAuth details in the Adobe Console (see the second image). Where do I find the value for this key that I need to add? Thanks!
We are trying to get new refresh_token and access_token using existing refresh_token. Every time it returns the same refresh_token but less validity left. After sometime refresh_token will be not valid anymore.Can someone suggest how to generate new refresh_token with more validity. Note :- We have scheduled job which runs every 12hrs to generate new refresh_token and access_token using existing refresh_token
I have a requirement to have a table inside RTE component. I could have a table inside RTE but the table inside the RTE component is not responsive. is there any way to make the table responsive inside RTE?
Hey guys,Last week (6th of October) I tried the adobe photoshop 7-day free trial and the same day I cancelled my plan (I can prove it with a screenshot) , because it was too expensive for my budget.Today after I cancelled my plan, the price of the package still deducted from my account.I attached the screenshot of the cancellation confirmation email.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.