heyxyz / hey

Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿
https://hey.xyz
GNU Affero General Public License v3.0
23.11k stars 1.52k forks source link

Unable to run locally #5031

Closed iPaulPro closed 1 month ago

iPaulPro commented 1 month ago

Is there an existing issue for this?

Current Behavior

When I try to run the main dev script locally everything starts properly except the api app which throws:

@hey/api:dev: error: Error setting up routes API key is required

It's not clear which API key this refers to. Last time I ran I didn't have this issue, so I'm guessing it was something recently added.

Which environmental variables must be declared in the api .env?

Expected Behavior

Able to run the api app locally.

Steps To Reproduce

pnpm run dev

What platform(s) does this occur on?

Web

What browser(s) does this occur on?

Chrome

Anything else?

No response

bigint commented 1 month ago

Ahh APIs are not dev friendly 🙈 you can point to prod or testnet in the meanwhile.

Or you can bring your own API keys which you can find in .env file

iPaulPro commented 1 month ago

I tried running testnet but still have the same issue. Do you know which key, specially, causes this? It used to run with my current .env but not anymore.

github-actions[bot] commented 1 month ago

This issue has been locked since it has been closed for more than 10 days.

If you found a concrete bug or regression related to it, please open a new bug report.