Replies: 1 comment
-
| 
         Hi @Jensileus,  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
So I had WS work thru Kong before, but I dont remember the Kong settings. I use Kong Konnect. Now we have some problems, and the only change i have done is that my WS server is now running on localhost instead of public 0.0.0.0 so localhost is now 127.0.0.1 port 5004. Under is my xcode settings for gateway and for router. I have also added my first page for the Go ws that worked before but the only change is the local 127.0.0.1 instead of nothing so it was public 0.0.0.0.
I have also added my nginx settings.I have cloudflare a record sat to my server.This worked before, but i guess somethings in my settings is off - but i cant really understand what it is? i have tried with postman.If i try direct to the localhost:5004 it works. So it runs and is connectable but i cant reach it thru Kong.I have turned on development settings i cloudflare - of course - and my other routes works.
Here is the settings:
And the gateway
} and here is also my ws server "first page" with the connection part eg. //websocket server in Go for eventdriven system.
Here is my nginx settings
Beta Was this translation helpful? Give feedback.
All reactions