Replies: 2 comments 3 replies
-
Having given it a minute, it occurs to me it's not an nginx issue. By the time Omnivore has written the signup form, it's already told it to be processed by localhost, so the request will never get to that server for nginx to process, it'll go straight to my laptop, which of course isn't in on the game. I tried replacing all instances of localhost in Any assistance would be much appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you share your nginx config and docker-compose.yml? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if this is an Omnivore question or an nginx question. I installed Omnivore through Docker with all the default values except the passwords. I set up an nginx reverse proxy I swiped from https://stackoverflow.com/questions/16669773/nginx-reverse-proxy-to-backend-running-on-localhost so I can access it through the server's public IP on port 3000.
When I submit the form to sign up, it redirects to localhost:4000. For lack of a better idea, I set up a second nginx proxy to expose port 4000. It doesn't seem to make a difference.
I tried changing API_ENV to production, but I ran into different problems. It ultimately asked me for GCP details, and I gave up because I don't want to involve Google.
Any help would be much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions