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
Verify in Cloud PubSub that there is no topic created.
[REQUIRED] Steps to reproduce
Create a new v2 onSchedule function from the cli. Deploy it. Verify that the function was created in Cloud Functions, the Cloud Scheduler job was created, but there is no PubSub topic.
[REQUIRED] Expected behavior
When creating a v2 onSchedule function a pubsub topic should be created and used as the Target for the function.
[REQUIRED] Actual behavior
No pubsub topic was created.
Were you able to successfully deploy your functions?