-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: main
Are you sure you want to change the base?
Conversation
@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? |
There was a problem hiding this comment.
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/ |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -14,7 +14,6 @@ This is a grants application for Allo. It is built using | |||
|
|||
Required | |||
``` | |||
NEXT_PUBLIC_IPFS_READ_GATEWAY= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was duped
This PR
excited to get up and running w allo v2 from a dev capacity!