Nico

Results 150 comments of Nico

It should be now possible to add it. I moved the issue to the app store repo https://github.com/runtipi/runtipi-appstore/issues/1396

You can now do it from the login screen

@sneko could you share how you managed to mock it using msw? I tried with a rest handler but the trpc query is not intercepted

@sneko thank you for sharing!

Also, I guess you could still add an app in the `apps` folder and it would show up

> could you add docker instructions to the main readme? I will not as Tipi is very tied to having the host system correctly configured (what the start.sh script does)...

Probably related to https://github.com/vercel/next.js/pull/61194, I was able to fix this issue in dev mode by adding manually in next config: ```javascript experimental: { serverComponentsExternalPackages: ['@sentry/nextjs', '@sentry/node'], } ``` --- **Note...

Hello, I'm currently facing a similar challenge in our implementation. We use the Auth code grant to authenticate our micro-frontend application and we want to avoid re-doing a complete authorization...

@coderabbitai review