pipedream
pipedream copied to clipboard
[BUG] Can not execute `pd dev` on You need a budget source
Describe the bug
Can not execute pd dev
on You need a budget source. Error shown panic: graphql: Cannot return null for non-nullable field Selectable.label
To Reproduce Steps to reproduce the behavior:
- Please delete any existing Pipedream accounts for You need a budget
- Clone
pipedream
Github repo, thencd components/you_need_a_budget
- Execute
pd dev <path-to-source>
to deploy as dev a source. .i.elow-account-balance
- On the command line prompt, connect to the new You need a budget account, then the source should be deployed successfully
- Press
Ctrl + D
to return to the command input, executepd dev <path-to-source>
to deploy the source as dev again - Observe the error
Expected behavior The source should be deployed successfully every time
Additional context
Upon further investigation, @andrewjschuang figured out that the reason is the default nickname of You Need a Budget Account on Pipedream
After changing the nickname, I can deploy the source again
I had the same issue with Vercel
And Hubspot it sounds like
I don't understand -- is there any reason this would be app-specific?
I don't understand -- is there any reason this would be app-specific?
Not sure, looks like some apps, when you create a new account, they don't automatically create a nickname for that account. For example, this one was auto-generated:
Duplicate of #2565