Hi,
during the installation of WAF from the GitHub repository, I encountered an issue. The installation was successful; however, when I attempted to execute the waf command, the following exception was thrown:
sanic.exceptions.SanicException: Sanic instance named 'waf_brain.service.make_web_app' uses an invalid format. Names must begin with a character and may only contain alphanumeric characters, _, or -.
This exception prevents WAF from starting correctly. I would like assistance on how to resolve this issue. What are the possible solutions to fix this exception and get WAF running smoothly?
Hi,
during the installation of WAF from the GitHub repository, I encountered an issue. The installation was successful; however, when I attempted to execute the waf command, the following exception was thrown:
sanic.exceptions.SanicException: Sanic instance named 'waf_brain.service.make_web_app' uses an invalid format. Names must begin with a character and may only contain alphanumeric characters, _, or -.This exception prevents WAF from starting correctly. I would like assistance on how to resolve this issue. What are the possible solutions to fix this exception and get WAF running smoothly?