felipesmendes

Results 27 comments of felipesmendes

> Right so remove ws and set forcetls to true I changed to this configuration: ``` window.Echo = new laravel_echo__WEBPACK_IMPORTED_MODULE_0__["default"]({ broadcaster: 'pusher', key: "tracker", wsHost: "socket.inoprime.com.br", wsPort: "6002", wssPort: "6002",...

Sorry, I spelled it wrong, the application did not connect to the Soketi server. On Thu, Mar 17, 2022 at 3:47 PM Alex Hackney ***@***.***> wrote: > So youre good?...

> Try changing `enabledTransports: ['wss']` to `enabledTransports: ['ws', 'wss']` Hello @elbojoloco, before the enabledTransports it was like you told, with ws and wss configuration then in development server the Laravel...

Sorry @elbojoloco, here is the XHR request of auth working properly ![image](https://user-images.githubusercontent.com/992965/159358765-c3c33c91-d92d-47d3-a39d-ddb7d1cb0c49.png) ![image](https://user-images.githubusercontent.com/992965/159358802-56c5a8d4-4abc-4534-a30f-5fefd374bde1.png)

I'm deploying use meteor build and extracting it into Linux server. I'll try to build in a linux and deploy it.

Cool, I'll try on linux and tell you, Other dobt is on development I could make your example. But wanted to know if I can instead of using pokemon-reports.html some...

I understood, thank you! Do you now some method to transform my template in a string? Can I use Blaze.toHTML in server?

I had same idea like you but din't work...something like this: ``` columns: [{ data: "name", title: "Name", className: "center aligned", orderable: true, visible:function(){ //If user set to see this...

@aldeed Could you help us with this solution?

@kevinpeter Please, Do you have any example code of this sugestion?