We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, could I have some help?
I did:
FIGMA_CLIENT_ID
FIGMA_CLIENT_SECRET
go build && export $(grep -v '#.*' .env | xargs) && ./figma-auth
After that terminal is freeze at this point.
➜ ~ git clone [email protected]:HaikuTeam/figma-auth.git Cloning into 'figma-auth'... remote: Enumerating objects: 11, done. remote: Counting objects: 100% (11/11), done. remote: Compressing objects: 100% (9/9), done. remote: Total 11 (delta 1), reused 11 (delta 1), pack-reused 0 Receiving objects: 100% (11/11), 10.20 KiB | 2.04 MiB/s, done. Resolving deltas: 100% (1/1), done. ➜ ~ cd figma-auth ➜ ~ /figma-auth git:(master) go build && export $(grep -v '#.*' .env | xargs) && ./figma-auth
I tried it several times with same results. Also, I upgraded go to 1.19.2 Macos 11.6.8
The text was updated successfully, but these errors were encountered:
same here...
Sorry, something went wrong.
There is no log in the terminal indicating that the server has started
It is likely not freezing, but just running the server. Try to ping it with the /v0/ping GET route
/v0/ping
No branches or pull requests
Hi, could I have some help?
I did:
FIGMA_CLIENT_ID
andFIGMA_CLIENT_SECRET
with my figma app credentials.go build && export $(grep -v '#.*' .env | xargs) && ./figma-auth
After that terminal is freeze at this point.
I tried it several times with same results.
Also, I upgraded go to 1.19.2
Macos 11.6.8
The text was updated successfully, but these errors were encountered: