Replies: 1 comment 2 replies
-
|
this does not seem right.. I'm on v14.0.0-p135 and Banana Cake Pop runs entirely locally, what version do you use? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The
Get started with GraphQL in .NET Corepage ( https://chillicream.com/docs/hotchocolate/v13/get-started-with-graphql-in-net-core ) directions do not work when following along with them.It looks like the main issue is that
Banana Cake Popused to run right fromlocalhost- note I can see this from theGetting Startedvideo at the top - but now is a redirect tohttps://cdn.bananacakepop.com/web/latest/. Unfortunately, out of the box with these directions, you can not load the schema or anything else because you get a CORS error.I think in many environments you won't need to worry about CORS and it's to bad to have to add it to the super short example given. It seems like either the commands to allow CORS - from anywhere or the specific
bananacakepop.comsite - should be added but noted in a way that calls out that this isn't something you need to add in all environments. Or, have Banana Cake Pop run fromlocalhostagain. I'm assuming though it was a conscience decision to have it always go to the website to get the latest.I'd would just hate to see people give up early because they think that the simple getting started doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions