tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
91 stars 50 forks source link

[BUG] Production Installation not working with Daphne 4.1 #1032

Closed sdc50 closed 2 months ago

sdc50 commented 3 months ago

It appears there's an issue with the latest Daphne release (4.1) that prevents it from working in production (when used with Apache/Nginx).

See this this issue for a workaround.

https://github.com/django/daphne/issues/506

Unless this gets fixed soon, we should pin Daphne to 4.0 before releasing Tethys 4.3.

swainn commented 3 months ago

Fixed in 4.1.1

swainn commented 3 months ago

@sdc50 can you verify this works now?