I'm trying to set a new environnement for a website in a Linux Azure Web App with B1 plan.
My production website is working perfectly with a B2 plant ( also in Linux ). But with this new environnement, I get this error :
[2021-08-19T09:01:46.572Z] Error: Failed to start the transport 'WebSockets': Error: There was an error with the transport.
Of course, all settings for web sockets are set :
I have a custom subdomain for this webapp with a valid SSL
As I say all is working in production with the same code base version. I have the exactly same issue with the admin panel... I don't know why this come with this new website that share the same pipeline, release etc...