How to fix security warning for Rack::Session::Cookie?

Hi all, I’m seeing this message on startup and I’m wondering how to resolve it:

SECURITY WARNING: No secret option provided to Rack::Session::Cookie.

I understand it’s related to the Rails libraries, but I’m wondering if there is a “Jets way” of handling it. Thanks!

Typically, there’s a .env that has a SECRET_KEY_BASE that gets rid of that warning. Wondering if you can check that.

Yes that did it, thanks Tung!