You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i built a exists lucky app use Crystal 1.13.0-dev [4dce0d594] use --cross-compile and zig cc, after copy binary into remote VPS, i get following error:
Unhandled exception: The 'strict_transport_security' setting for Lucky::ForceSSLHandler was nil, but the setting is required.
Try this...
Lucky::ForceSSLHandler.configure do |settings|
settings.strict_transport_security = some_value
end
(Habitat::MissingSettingError)
But, if same lucky app built with Crystal 1.12.2 [04998c0c7], no above error.
Maybe a error on newer Crystal compiler? or something else?
Thanks
The text was updated successfully, but these errors were encountered:
When i built a exists lucky app use
Crystal 1.13.0-dev [4dce0d594]
use --cross-compile andzig cc
, after copy binary into remote VPS, i get following error:But, if same lucky app built with
Crystal 1.12.2 [04998c0c7]
, no above error.Maybe a error on newer Crystal compiler? or something else?
Thanks
The text was updated successfully, but these errors were encountered: