Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

duypnguyen
duypnguyen
Online

Badges

Badges
21

Accepted Solutions

Accepted Solutions
36

Likes Received

Likes Received
42

Posts

Posts
209

Discussions

Discussions
35

Questions

Questions
174

Ideas

Ideas
0

Blog Posts

Blog Posts
1
Top badges earned by duypnguyen
Customize the badges you want to showcase on your profile
Re: Cannot Run Analytics Action - App Builder 14-08-2020
Hi - the error you got "Request defines parameters that are not allowed (e.g., reserved properties)." is due to the fact that you may have set some params in the "inputs" list in your manifest.yml, and you provided the same param in your request to the web action.

Views

526

Like

1

Replies

1
Re: Custom assets compute worker - App Builder 06-08-2020
Hi Marcin - How did you call your service, from your local machine (CURL) or AEM? How did you get the access token? Please make sure that the required headers are available in the request: `Authorization` and `x-gw-ims-org-id`.

Views

626

Likes

0

Replies

0
Re: App run or deploy fails with: Could not locate bindin... - App Builder 05-08-2020
duplicated comment

Views

635

Likes

0

Replies

0
Re: App run or deploy fails with: Could not locate bindin... - App Builder 05-08-2020
Hi Marcin - good to know that you managed to run your app with node v12. Please check our docs for the latest supported versions. https://github.com/AdobeDocs/project-firefly/blob/master/getting_started/setup.md#required-tools

Views

635

Likes

0

Replies

0
Re: 500 Error in runtime action - Adobe Developer Runtime 20-07-2020
Thanks for the update. Glad to hear it works now.

Views

591

Likes

0

Replies

0
Re: How do I send Params to my runtime action? - Adobe Developer Runtime 16-07-2020
You can read more about authentication for Adobe I/O API services here: https://www.adobe.io/authentication.html.As mentioned in the earlier comment, the authentication check in a Firefly app is described here: https://github.com/AdobeDocs/project-firefly/blob/master/guides/security_overview.md.You may want to reach our to AEM Customer Care / Forum about IMS Access Token Provider and how to configure it using the credentials returned by Adobe I/O Console.I assume you selected JWT token for the A...

Views

1.5K

Likes

0

Replies

0
Re: How do I send Params to my runtime action? - Adobe Developer Runtime 15-07-2020
If you leave the default settings from the template, meaning "require-adobe-auth" is set to true, the Runtime action expects the bearer token in the authorization header. You could find more details here: https://github.com/AdobeDocs/project-firefly/blob/master/guides/security_overview.md.The IMS token is generated for the API service you work with (Analytics). The Runtime action only validates that it belongs to the right org and is valid to access the service. Hence in AEM particularly, you wo...

Views

1.5K

Likes

0

Replies

0
Re: How do I send Params to my runtime action? - Adobe Developer Runtime 14-07-2020
@prashantonkar - could you please try upgrading all @react-spectrum dependencies to "3.0.1"? It did work for me. We will work on a fix to update the versions in the template

Views

1.5K

Likes

0

Replies

0
Re: How do I send Params to my runtime action? - Adobe Developer Runtime 14-07-2020
Problem 1: please try giving all the `@react-spectrum` dependencies version "3.0.1", then `npm install` and re-run your app. This is the tracking issue for the record: https://github.com/adobe/aio-cli/issues/201.Problem 2: if you selected "Adobe Analytics" from the template with `aio app init`, your .env file would have a variable called `ANALYTICS_COMPANY_ID` commented out. Please set your company ID there, uncomment (by removing the hash "#"), and then re-run the app. The env var is picked up ...

Views

1.6K

Likes

0

Replies

8
Re: How do I send Params to my runtime action? - Adobe Developer Runtime 14-07-2020
Hi there - To troubleshoot problem 1, could you please share your code in web-src/src/App.js ? Did you modify anything in the web-src/ folder?

Views

1.6K

Likes

0

Replies

0