Sebastian Sdorra
Sebastian Sdorra
[PR 2624](https://github.com/RocketChat/Rocket.Chat/pull/2624) seems to fix the problem.
I've started the integration on branch feature/22-rocketchat
There is problem with the integrated cas authentication. I've created a PR to fix this problem: - https://github.com/RocketChat/Rocket.Chat/pull/3981
There are some cas related issues, which are required to fix for a seamless integration: - [2327](https://github.com/RocketChat/Rocket.Chat/issues/2327) or [3052](https://github.com/RocketChat/Rocket.Chat/issues/3052) - [2325](https://github.com/RocketChat/Rocket.Chat/issues/2325)
@corecache thanks for the notification. But after a short test with version RC version 0.42.0 we run into the next sub directory bug. - [4460](https://github.com/RocketChat/Rocket.Chat/issues/4460)
@umutbozdag i can't reproduce your issue. Can you provide a full repository or a StackBlitz to reproduce the issue?
@umutbozdag here is the repository where I tried to reproduce the error. https://github.com/sdorra/cc-issue-84
@umutbozdag i've tested with the latest next.js 13: ```bash pnpm create [email protected] --use-pnpm --typescript --tailwind --app --eslint cc-issue-84-n13 ``` And it comes with `moduleResolution: bundler` and typescript `^5`. I think...
Closed, because of inactivity. Reopen the issue, if the problem still exists.
You can use `coerce` or `transform`, but the output must be a valid JSON object since content collections store documents as JSON files. There is an existing issue addressing the...