Getting "Whitelabel Error Page" and 404 with the "Getting Started" guide demo #1831
-
Hey folks, I tried to follow the Getting Started guide as faithfully as I could, but I'm afraid it didn't quite work. I'm sure it's something silly I'm overlooking, but when I run the application and try to access the GraphiQL explorer page, I get a "Whitelabel Error Page" and a 404. FWIW I uploaded the code (what little of it there is) to this GitHub repository: https://github.com/dventimihasura/netflix-dgs-demo/tree/main Any thoughts? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @dventimihasura! Looks like you're on springboot 3.2.3. Can you try bumping up to a more recent version of the framework? I know in our docs we have a static |
Beta Was this translation helpful? Give feedback.
Hi @dventimihasura! Looks like you're on springboot 3.2.3. Can you try bumping up to a more recent version of the framework? I know in our docs we have a static
4.9.16
version, but this is quite outdated. I'll go ahead and update that.