Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues related to deployment behind the www.openmobilealliance.org reverse proxy #229

Open
Evadon-Nathan opened this issue Oct 2, 2024 · 0 comments
Assignees

Comments

@Evadon-Nathan
Copy link
Contributor

Evadon-Nathan commented Oct 2, 2024

I have done a test of running the gh-pages behind the reverse proxy of www.openmobilealliance.org and I have run into some issues. So I am opening this issue to keep track of them.

The test deployment is here:
devwww.openmobilealliance.org

Or a clean reverse proxy (with no files, directory browsing from the existing openmobilealliance.org site)
devtest.openmobilealliance.org

(Note: this DEV environmnent is not turned on all the time as it is set to automatically shut down at a specific time each day to save expenses. So if anyone working on this needs it to be up 24/7, let me know and I'll stop the auto-shutdowns of the environment for the duration)

  • Nuxt appears to need to use the /api/... path to work. There is an existing folder for an api service at www.openmobilealliance.org/api/... So there is a clash here. Either Nuxt needs to be adjusted to have a different path used than /api/ or the /api/ path on www.openmobilealliance.org/api/ needs to change. Alternatively, finding out what the specific path pattern that Nuxt uses under the /api/ path so I can create a rule to make sure it gets proxied, while leaving the original openmobilealliance.org/api service to also work (hopefully, as long as there aren't more path clashes).
  • When hitting refresh in the browser, it changes the URL to the reverse proxy address. I'm not familiar enough with Nuxt to know why this might happen. I am running the gh-pages behind an IIS reverse proxy. I can test this behind an NGINX server reverse proxy to see if it still does the same. But I suspect this is a Nuxt issue or setting that is needed to allow it to run behind a reverse proxy.
  • Images are way too big
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants