-
Notifications
You must be signed in to change notification settings - Fork 4
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
[docs, feature]: Feedback in general #18
Comments
And last comment hopefully 😂 But got my own domain working too: https://blog.jsjoe.io/ |
Also, I noticed a hard-coded app id in the |
So everything works, except for the "blogging" or persisted queries (I think). It's still pulling the "blog posts" from the original repo, instead of my new repo. I'm guessing this is because I missed a step or am doing something wrong. Will investigate further though. |
Wow🤦🏼♂️ I didn't realize I had to change the query in the App... @sgrove gave me a quick intro to this, so I thought it "just worked". Hmm...I'm wondering if it would be a good idea to use environment variables for the name and owner for that posts query. Or there could be a better idea. Not sure, but that should definitely be in the setup. |
Everything worked when I modified the [{"code":400,"message":"Invalid access_token, app_id for token does not match app_id of request"}] I tried adding the It's strange, every time I run the relay command, I get different results, which is making it hard to debug. Repo to reproduce errors: https://github.com/jsjoeio/blog.jsjoe.io. Steps to reproduce:
|
This is great feedback, thanks @jsjoeio! Working on fixes for the problems you encountered.
|
No problem! Sweet 😄 Last two things I'll say:
|
@jsjoeio made updates that resolve most of the problems you encountered. Biggest changes are
|
@dwwoelfel Awesome! Thanks so much! Pulled in all the changes and everything looks to be working smoothly! |
I think the setup instructions could be clarified to make it easier for first-time users. For instance, following the instructions, I get this after starting the app:
I know this is because the server isn't running and hasn't generated the queries but ideally, the setup should walk me through the entire setup (including the Relay part) before telling me to start the app.
Another thing that isn't clear is if I need to use two separate OneGraph apps? I am guessing no, but in the Setup part, you say use your "app's id". But then in the Relay part you say create a new app. I think we could clarify this section to avoid any confusion.
Also, I think we should try to solidify the use of env variables. There's a
.env
but then in the relay part, it tells me to add them inline with theyarn relay --watch
command. It would be nice if I just added them to the.env
.While all of these may sound "negative", I do think this project is awesome and I know it's still very early on, but I did get things running :)
Last thing, I don't know the best solution, but the "issue" is having all the types of deployments in this one example. Now, to deploy to Netlify, I have to go delete the firebase, fly, now, files. Maybe instead you could do what services like Next.js and Nest.js do where you have a directory with examples:
Also, not your fault, but Netlify failed with I tried to deploy :( Something happened with the authorization? I ran
yarn deploy:netlify
, it opened a tab in my browser, I logged in and gave it permission then went back and reran the command but it failed saying unauthorized. Will figure this out. But might be worth noting in the docs.Hmm...tried to deploy by connecting site to Netlify and it didn't work.
Looks like something went wrong with my functions maybe:
I'll have to investigate a bit further but I'm sure I can figure it out.
Summary of Feedback
Doc fixes
/examples
directoryBugs
Feature Requests
P.S. - this is the first time I've heard of Grommet. Looks pretty nice! 👌🏼
The text was updated successfully, but these errors were encountered: