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

I can't start the server #1

Open
aitormendez opened this issue Oct 11, 2022 · 2 comments
Open

I can't start the server #1

aitormendez opened this issue Oct 11, 2022 · 2 comments

Comments

@aitormendez
Copy link

aitormendez commented Oct 11, 2022

Hi, could I have some help?

I did:

  • clone figma-auth
  • rename env.example to env
  • fill FIGMA_CLIENT_ID and FIGMA_CLIENT_SECRET with my figma app credentials.
  • Then 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

@IfDougelseSa
Copy link

same here...

@ngandon
Copy link

ngandon commented May 10, 2023

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

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

3 participants