Why can't I execute `supertokens list`? ```html io...
# support-questions
j
Why can't I execute
supertokens list
?
Copy code
html
io.supertokens.cli.httpRequest.HTTPResponseException: Http error. Status Code: 404. Message: <!doctype html><html lang="en"><head><title>HTTP Status 404 â?? Not Found</title><style type="text/css"><!--css removed--></style></head><body><h1>HTTP Status 404 â?? Not Found</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Not found</p><p><b>Description</b> The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.</p><hr class="line" /><h3>Apache Tomcat/8.5.47</h3></body></html>
        at io.supertokens.cli.httpRequest.HTTPRequest.sendGETRequest(HTTPRequest.java:100)
        at io.supertokens.cli.processes.Processes$RunningProcess.fetchConfigFilePath(Processes.java:48)
        at io.supertokens.cli.commandHandler.list.ListHandler.doCommand(ListHandler.java:35)
        at io.supertokens.cli.commandHandler.CommandHandler.handleCommand(CommandHandler.java:31)
        at io.supertokens.cli.Main.start(Main.java:101)
        at io.supertokens.cli.Main.main(Main.java:49)

Could not execute list command.
exiting
r
Are the other commands working?
2 Views