Use chat on instance which runs on a different port then port 80. (was: No chat window stable or development package)

Ok, update on this. If you set the url for the chat directly, it works fine. you can use this as long as the autodect is not working as expected.

$(function() {
	  new ZammadChat({
		      background: '#cedbd9',
		      fontSize: '12px',
		      chatId: 1,
		      host: 'ws://139.59.147.81:8082/ws',
		      show: false,
		      debug: true
		    });
});

Edit: http://139.59.147.81:8082/assets/chat/znuny.html

Which is a sample debug html page we use and which is available on every Zammad instance

Cool!.. now works… thanks so much. @Hannes

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.