NginX (Specifically Swag) Reverse Proxy issues #583
Unanswered
karldonteljames
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to setup wanderer for the first time. I can access both the web interface via host:port and the database admin by host:otherport/_/ however when i try to setup RP, i just get 400 and 500 errors:
Currently my RP looks like this:
my ORIGINS are set to wanderer.mydomain.com
it would seem that the proxy is passing to the main app, as I can see this in the logs.
ClientResponseError 404: The requested resource wasn't found.
at file:///app/node_modules/pocketbase/dist/pocketbase.es.mjs:1:15814
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async auth (file:///app/build/server/chunks/hooks.server-rt5XhtE4.js:119:13)
at async respond (file:///app/build/server/index.js:4467:22)
at async Array.ssr (file:///app/build/handler.js:1243:3) {
url: '',
status: 404,
response: {
code: 404,
message: "The requested resource wasn't found.",
data: {}
},
isAbort: false,
originalError: {
status: 404,
response: {
code: 404,
message: "The requested resource wasn't found.",
data: {}
}
}
}
ClientResponseError 404: The requested resource wasn't found.
at file:///app/node_modules/pocketbase/dist/pocketbase.es.mjs:1:15814
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async auth (file:///app/build/server/chunks/hooks.server-rt5XhtE4.js:119:13)
at async respond (file:///app/build/server/index.js:4467:22)
at async Array.ssr (file:///app/build/handler.js:1243:3) {
url: '',
status: 404,
response: {
code: 404,
message: "The requested resource wasn't found.",
data: {}
},
isAbort: false,
originalError: {
status: 404,
response: {
code: 404,
message: "The requested resource wasn't found.",
data: {}
}
}
}
Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions