Debugging services in production

Updated
Seems to me that it is not possible to use the debugging tool in the production environment? If so, is best practice to trigger the service from the Appfarm Swagger UI?

Not sure if this is a bug in Appfarm or some permissions I’ve not checked. In our production environment we aren’t able to run services manually from DevTools. The services run fine on schedule it seems. The Error I’m receiving is somewhat varying. First it says “unable to connect to solution”, then it changes to “Permission needed: Production Service Devtools Access” (I have this permission checked…). Then if I wait for some time the screen in the background gets updated to the devtools, but I still have the popup in front with Server error
SCR-20240702-mofj
SCR-20240702-mogk

Anyone else experiencing this issue? Suggestions for what to do?

Hei @havardthun,

Service dev tools are not available in the production environment.
If you need to debug a service using prod data, you can use dev tools in Staging. However, if you only want to test-run a service in production, Swagger UI is the answer.

Best,
Joanna

I see. Thank you Joanna!

1 Like