Not able to install Squidex

Hi Team and @sangramrath , @SebastianStehle, @kamushadenes , @seamys

I’m trying to install Squidex on K8s cluster individually where MongoDB is already installed and up and running. I used the deployment yamls as mentioned in your github(https://github.com/Squidex/squidex/tree/master/helm/squidex7) but constantly getting:

Unhandled exception. System.Net.Sockets.SocketException (13): Permission denied
2023-05-13T09:27:42.565Z | at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)

Can you please suggest something.

Thanks

I have no idea what this is. It looks like Squidex does not get the permission to open the port. Perhaps some security restrictions?

@Sebastian: It got resolved as Squidex is using ASPNET appsettings json which accepts ports other than 80 or 443. Specifically, port number >1024.

1 Like

It has very little to do with appsettings.json, but yes…