Description
Getting function not found error when using the base44 logs command for deployed functions.
My guess is that it's related to the naming of the functions, it has slashes and we need to escape urls
Steps to Reproduce
- create a zero config function (functions/stam/foo/entry.ts)
- run
base44 deploy
- you can use
base44 functions list to see that the function is deployed
- run
base44 logs and the function is missing
Expected Behavior
No response
Actual Behavior
No response
Environment
- OS:
- Node.js version:
- CLI version:
Error Logs
Additional Context
No response