Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong double // when link to Dashboard provided by CLI #697

Open
oscard0m opened this issue Aug 24, 2022 · 0 comments
Open

Wrong double // when link to Dashboard provided by CLI #697

oscard0m opened this issue Aug 24, 2022 · 0 comments

Comments

@oscard0m
Copy link

Output

~/dev/experiments/aws-serverless-probot-example- main* ❯ serverless                                  17:50:48
Using local credentials. Add provider credentials via dashboard: https://app.serverless.com//providers

Details

I guess the reason are these lines:

const providersConfigUrl = `${getDashboardUrl(ctx)}/providers`;

? 'https://app.serverless-dev.com/'
: 'https://app.serverless.com/';

If you confirm me that could be the issue I will be happy to open a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant