deploy_feedback
deploy_feedback copied to clipboard
[Bug]: Starting project with template throws undefined error
Problem description
Whenever I try to create new Deno Deploy project from template, I get the following error:
a.logs.at is not a function. (In 'a.logs.at(-1)', 'a.logs.at' is undefined)
Link to the generated GH repository: https://github.com/muruw/deno-deploy-bug-test
Steps to reproduce
- Click on "New Project" in Deno Deploy dashboard
- Use "REST API using Oak" or "Full-stack web app using Fresh"
- Generate project and you should receive the error described above
Expected behavior
I expect to get access to all Deno Deploy dashboard features.
Environment
OS: Safari, macOS Monterey 12.1 (21C52)
Possible solution
No response
Additional context
We were unable to reproduce this error. Is this still happening for you?
I revisited the matter using Chrome, and it does appear to be functioning correctly. However, the problem still remains when I use Safari (Version 15.2).