Skip to content

Owocki Notes, Updates, & Questions from running SeaGrants locally #114

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

owocki
Copy link

@owocki owocki commented Jan 6, 2024

This PR

  1. makes some basic updates to readme to handhold ppl through first steps of getting repo running.
  2. asks a few questions about the env variables.

excited to get up and running w allo v2 from a dev capacity!

Copy link

vercel bot commented Jan 6, 2024

@owocki is attempting to deploy a commit to the Allo projects Team on Vercel.

A member of the Team first needs to authorize it.

PROJECT_ID=###

# DATABASE
## not sure where to get this?
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i wasnt sure where to get this var. what does allo team recommend?

ALCHEMY_ID=###
## get at https://cloud.walletconnect.com/
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this is a walletconnect project id? but it could be something else?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

im getting a

TypeError: Only absolute URLs are supported
    at getNodeRequestOptions (webpack-internal:///(rsc)/./node_modules/node-fetch/lib/index.mjs:1196:15)
    at eval (webpack-internal:///(rsc)/./node_modules/node-fetch/lib/index.mjs:1292:25)
    at new Promise (<anonymous>)
    at fetch (webpack-internal:///(rsc)/./node_modules/node-fetch/lib/index.mjs:1289:12)
    at fetch (webpack-internal:///(rsc)/./node_modules/cross-fetch/dist/node-ponyfill.js:10:22)
    at eval (webpack-internal:///(rsc)/./node_modules/graphql-request/build/esm/index.js:123:22)
    at makeRequest (webpack-internal:///(rsc)/./node_modules/graphql-request/build/esm/index.js:267:28)
    at GraphQLClient.request (webpack-internal:///(rsc)/./node_modules/graphql-request/build/esm/index.js:177:16)
    at request (webpack-internal:///(rsc)/./node_modules/graphql-request/build/esm/index.js:314:19)
    at getPools (webpack-internal:///(rsc)/./src/app/page.tsx:48:95)
    at Home (webpack-internal:///(rsc)/./src/app/page.tsx:74:33)
    at /Users/owocki/Documents/SeaGrants/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:38:9075
    at /Users/owocki/Documents/SeaGrants/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:38:9204
    at async t7 (/Users/owocki/Documents/SeaGrants/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:38:8898)
    at async /Users/owocki/Documents/SeaGrants/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:38:7840
    at async Promise.all (index 0)
    at async t7 (/Users/owocki/Documents/SeaGrants/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:38:7607)
    at async /Users/owocki/Documents/SeaGrants/node_modules/next/dist/compiled/next-server/app-page.runtime.dev.js:38:24472
TypeError: Only absolute URLs are supported
    at getNodeRequestOptions (webpack-internal:///(rsc)/./node_modules/node-fetch/lib/index.mjs:1196:15)
    at eval (webpack-internal:///(rsc)/./node_modules/node-fetch/lib/index.mjs:1292:25)
    at new Promise (<anonymous>)
    at fetch (webpack-internal:///(rsc)/./node_modules/node-fetch/lib/index.mjs:1289:12)
    at fetch (webpack-internal:///(rsc)/./node_modules/cross-fetch/dist/node-ponyfill.js:10:22)
    at eval (webpack-internal:///(rsc)/./node_modules/graphql-request/build/esm/index.js:123:22)
    at makeRequest (webpack-internal:///(rsc)/./node_modules/graphql-request/build/esm/index.js:267:28)
    at GraphQLClient.request (webpack-internal:///(rsc)/./node_modules/graphql-request/build/esm/index.js:177:16)
    at request (webpack-internal:///(rsc)/./node_modules/graphql-request/build/esm/index.js:314:19)
    at getPools (webpack-internal:///(rsc)/./src/app/page.tsx:48:95)
    at Home (webpack-internal:///(rsc)/./src/app/page.tsx:75:31)
TypeError: Only absolute URLs are supported
    at getNodeRequestOptions (webpack-internal:///(rsc)/./node_modules/node-fetch/lib/index.mjs:1196:15)
    at eval (webpack-internal:///(rsc)/./node_modules/node-fetch/lib/index.mjs:1292:25)
    at new Promise (<anonymous>)
    at fetch (webpack-internal:///(rsc)/./node_modules/node-fetch/lib/index.mjs:1289:12)
    at fetch (webpack-internal:///(rsc)/./node_modules/cross-fetch/dist/node-ponyfill.js:10:22)
    at eval (webpack-internal:///(rsc)/./node_modules/graphql-request/build/esm/index.js:123:22)
    at makeRequest (webpack-internal:///(rsc)/./node_modules/graphql-request/build/esm/index.js:267:28)
    at GraphQLClient.request (webpack-internal:///(rsc)/./node_modules/graphql-request/build/esm/index.js:177:16)
    at request (webpack-internal:///(rsc)/./node_modules/graphql-request/build/esm/index.js:314:19)
    at getPools (webpack-internal:///(rsc)/./src/app/page.tsx:48:95)
    at Home (webpack-internal:///(rsc)/./src/app/page.tsx:76:30)
Invalid projectId. Please create a unique WalletConnect Cloud projectId for your dApp https://www.rainbowkit.com/docs/installation#configure
Invalid projectId. Please create a unique WalletConnect Cloud projectId for your dApp https://www.rainbowkit.com/docs/installation#configure
Invalid projectId. Please create a unique WalletConnect Cloud projectId for your dApp https://www.rainbowkit.com/docs/installation#configure

even when i've got this var filled out. so not sure if thats it. maybe its not a walletconnect var?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

frontend looks like this

Screenshot 2024-01-06 at 10 03 08 AM Screenshot 2024-01-06 at 10 03 22 AM Screenshot 2024-01-06 at 10 03 15 AM

@@ -14,7 +14,6 @@ This is a grants application for Allo. It is built using

Required
```
NEXT_PUBLIC_IPFS_READ_GATEWAY=
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was duped

@codenamejason codenamejason added bug Something isn't working documentation Improvements or additions to documentation labels Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants