You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did clean build of ztnet, but it seems something went wrong.
I'm still getting redirected to http://localhost:<port> instead of configured NEXTAUTH_URL in .env file:
Before today's "git pull" and build I was able reach ztnet UI with URL: https://ztnet.mydomain.pl:21xyz/auth/login/
Now it seems to escape proxy and kick me off to URL: http://localhost:<port>/pl/auth/login
My ztnet user .cshrc in FreeBSD:
### for ztnet
setenv PRISMA_CLI_QUERY_ENGINE_TYPE "binary"
setenv PRISMA_QUERY_ENGINE_BINARY "/home/ztnet/ztnet-prisma-self/query-engine"
setenv PRISMA_FMT_BINARY "/home/ztnet/ztnet-prisma-self/prisma-fmt"
setenv PRISMA_SCHEMA_ENGINE_BINARY "/home/ztnet/ztnet-prisma-self/schema-engine"
setenv PRISMA_QUERY_ENGINE_LIBRARY "/home/ztnet/ztnet-prisma-self/libquery_engine.node"
setenv PORT <port other than 3000>
setenv HOSTNAME 127.0.0.1
I've recovered ztnet from backup, so I have working UI before your changes ;)
🔍 Steps to Reproduce
Please try in your vm running FreeBSD.
🔧 Deployment Type
Docker
Standalone
✨ Expected Behavior
No response
📋 ZTNET Logs
No response
🖼 Screenshots
No response
The text was updated successfully, but these errors were encountered:
I improved the locale redirects in ztnet.
This has allways been an issue when running the application tied to localhost and behind proxy, but it became more significant with the addition of translations to the authentication pages.
Try to build the main branch again and see if works now.
🐛 Describe the Bug
Hi :)
I did clean build of ztnet, but it seems something went wrong.
I'm still getting redirected to
http://localhost:<port>
instead of configuredNEXTAUTH_URL
in.env
file:My ztnet
.env
file:Before today's "git pull" and build I was able reach
ztnet
UI with URL:https://ztnet.mydomain.pl:21xyz/auth/login/
Now it seems to escape proxy and kick me off to URL:
http://localhost:<port>/pl/auth/login
My ztnet user
.cshrc
in FreeBSD:I've recovered ztnet from backup, so I have working UI before your changes ;)
🔍 Steps to Reproduce
Please try in your vm running FreeBSD.
🔧 Deployment Type
✨ Expected Behavior
No response
📋 ZTNET Logs
No response
🖼 Screenshots
No response
The text was updated successfully, but these errors were encountered: