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
Cartridge fails to start with http_enabled = false:
2021-04-07 17:55:47.891 [12319] main utils.c:1014 E> LuajitError: ...myapp/.rocks/share/tarantool/cartridge/roles/metrics.lua:93: attempt to index local 'httpd' (a nil value)
2021-04-07 17:55:47.891 [12319] main F> fatal error, exiting the event loop
This case should be valid
The text was updated successfully, but these errors were encountered:
Given the following init.lua:
Cartridge fails to start with
http_enabled = false
:This case should be valid
The text was updated successfully, but these errors were encountered: