You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: