Skip to content

Output action urls during run/dev #615

Open
@purplecabbage

Description

@purplecabbage

Developers report errors to us sometimes, and they are simply lacking information on what url to load to test their action code.

During run/dev we only output the frontend url, or if there is no frontend we actually do output the action urls ... we should not assume that whenever there is a frontend developers don't want to call the actions directly. We should just add this info to the output.
Something like:

To view your local application:
  -> https://localhost:3000
To view your deployed application in the Experience Cloud shell:
  -> https://experience.adobe.com/?devMode=true#/custom-apps/?localDevUrl=https://localhost:3000
Web action urls:
dx-excshell-1/generic  - https://localhost:3000/api/v1/web/dx-excshell-1/generic

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions