I am trying to use sanity in Gitpod.
When trying to use google authentication, it will be forwarded to http://localhost:4321/, but Gitpod doesn't recognise http://localhost:4321/. How can I solve this issue?
I think this issue related to port forwarding. but don't know how to fix it.
You will need port forwarding from your local machine to have such
localhostURLs work as expected. See the below link:Additionally, if the CLI tool supports a no-browser or non-interactive mode through a flag, you could also use that.