Expand my Community achievements bar.

Cloud Services and Dispatcher

Avatar

Level 3

I've added a cloud service to my application, and a bunch of paths are returning 404's.  What specific paths must I open up in dispatcher to allow this to work?  Everything works fine if I access the page via the publish instance host:port.

2 Replies

Avatar

Level 7

Hi joshuau69990442,

Could you please let me know whether those bunch of paths that are returning 404's are opening from the dispatcher and getting cached.

If no, please attach the dispatcher.any file and let me know which cloud service are you using.

Thanks,

Techaspect Solutions.

Avatar

Level 3

When I allow these two paths in my dispatcher.any everything works.  Are these the expected paths to allow when enabling cloud services?  I also had to enable access to /etc/cloudservices for the anonymous user on my publish instance.  Is this expected?

        /1050 { /type "allow" /url "/etc/cloudsettings*" }

        /1051 { /type "allow" /url "/etc/segmentation*" }