Alain Kaiser

Results 7 comments of Alain Kaiser

Just implement the custom Pipe 'safeHtml' like this: ```javascript import { Pipe, PipeTransform } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; @Pipe({ name: 'safeHtml', }) export class SafeHtmlPipe implements...

hei @web265p3 Do you have any updates on this? Could you resolve the deployment issues? And if so, how? I am also struggling with the deployment to azure app-service...

Any updates on the "exclude relations from localization" topic? I am struggling exactly with the same topic: - Vote Option (collection type) - Vote (collection type) - Relations: Vote Option...

I just found some sort of the same bug pattern here. FYI: https://github.com/strapi/strapi/issues/14981

Hi all, I just did some more testing and debugging. As described in the bug report, I used the newest version v4.5.2. After downgrading to v4.5.0 the error is gone...

Got the same error as @azuline described above today. My deps: ``` "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "@types/styled-components": "^5.1.26", "@vitejs/plugin-react": "^3.0.0", "autoprefixer": "^10.4.13", "babel-plugin-macros": "^3.1.0", "babel-plugin-styled-components": "^2.0.7", "babel-plugin-twin": "^1.1.0", "postcss": "^8.4.20",...