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

Add a hint to an error message about missing token #1877

Merged
merged 1 commit into from Feb 10, 2019

Conversation

HeeL
Copy link
Contributor

@HeeL HeeL commented Feb 5, 2019

I wanted to deploy my app with now and got the error message that says:
> Error! The content of "~/.now/auth.json" is invalid. No token property found inside

As its mentioning such words as auth & token, I guess its not too difficult to conclude that you have to go through some authorization process. Just to make it easier to understand that it's the case and also to give a hint how to do this, without looking into documentation, I think its a good idea to add a hint about this. Its just couple of words that clarify what is going on and what needs to be done ✌️

@codecov-io
Copy link

Codecov Report

Merging #1877 into canary will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           canary   #1877   +/-   ##
======================================
  Coverage    6.34%   6.34%           
======================================
  Files          93      93           
  Lines        4048    4048           
======================================
  Hits          257     257           
  Misses       3791    3791
Impacted Files Coverage Δ
src/index.js 0% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5999ec7...56b760f. Read the comment docs.

@javivelasco javivelasco merged commit 1e9d2cf into vercel:canary Feb 10, 2019
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

Successfully merging this pull request may close these issues.

None yet

3 participants