Trying to run Hasura locally with nginx in front of it, getting v1/graphql
, console seems busted?
#10528
Labels
k/bug
Something isn't working
Version Information
Server Version: v2.43.0
Console Asset Version: 1723130278163
Environment
Local on my workstation.
What is the current behaviour?
Trying to run Hasura locally with nginx in front of it, getting requests to
v1/graphql
in the network console.What is the expected behaviour?
No bad requests in the network panel.
How to reproduce the issue?
Using some nginx boilerplate I keep around for doing reverse proxy of local services on
*.localdev.com
. In this case,hasura.localdev.com
:Run the container via podman with standard parameters, make sure it can see postgres, etc...
You'll also need to configure DNS somehow to correctly resolve your workstation (I use dnsmasq as part of NetworkManager on Fedora).
I do this kind of setup so that I can get standard CORS behaviour.
Screenshots or Screencast
Keywords
/v1/graphql
The text was updated successfully, but these errors were encountered: