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

[Bug]: Organization Invite user missing page title #370

Closed
2 tasks
tinola opened this issue Mar 29, 2024 · 7 comments Β· Fixed by #371 or #406
Closed
2 tasks

[Bug]: Organization Invite user missing page title #370

tinola opened this issue Mar 29, 2024 · 7 comments Β· Fixed by #371 or #406
Labels
bug Something isn't working

Comments

@tinola
Copy link
Contributor

tinola commented Mar 29, 2024

πŸ› Describe the Bug

There's no page title :)

πŸ” Steps to Reproduce

Visit invitation page in your organization

πŸ”§ Deployment Type

  • Docker
  • Standalone

✨ Expected Behavior

No response

πŸ“‹ ZTNET Logs

No response

πŸ–Ό Screenshots

No response

@tinola tinola added the bug Something isn't working label Mar 29, 2024
@sinamics
Copy link
Owner

Good catch, thank you.

@tinola
Copy link
Contributor Author

tinola commented Mar 29, 2024

Well, I haven't got the page title after the last upgrade from main repo...
Title remains as "https://my_url:port/pl/organization/<orgId>/invite/"

@sinamics
Copy link
Owner

Hmm, its working fine in my side

@tinola
Copy link
Contributor Author

tinola commented Mar 29, 2024

Hmm, I built ztnet main from scratch...
Standalone version on FreeBSD. Still I haven't got title on this page.
Tried in FF and Edge browser. No luck. WTF? ;)

If it matters... Before building ztnet as standalone in FreeBSD, I have to correct package.json file to upgrade next from 14.0.3 to 14.1.0, then I have to manually upgrade prisma to the latest one (from v5.8.0 we have got FreeBSD 14 included), and finally I have to correct node_modules/next/dist/build/swc/index.js file to force using -wasm version of swc.

@sinamics
Copy link
Owner

i will test the next version you refer to, it might have some new changes related to the head section.

@sinamics
Copy link
Owner

i tried to update :

"next": "^14.1.4",
"prisma": "^5.11.0",

it works just fine.
Would these version work on FreeBsd, or do you need version 14.1.0 or is the latest version ok by you?
I will do some more testing and if everything works ok i will update ztnet to use these versions.

@tinola
Copy link
Contributor Author

tinola commented Mar 30, 2024

Just upgraded to mentioned versions, still no title on invitation page. Straaaaange =)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants