Jonathan Schneider

Results 30 comments of Jonathan Schneider

> @JonathanSchndr Did you confirm that production use with subfolder routing (like `example.com/my-installation/admin`) still works with that setup? 🤔 Hey Rijk, I have now tested very intensively with my own...

Now I tried to fix it in the MD compiler and change the URL. With a normal href we don't get anywhere here, because the router-link unfortunately doesn't scroll with...

Okay, I'm out of ideas. I think something needs to be fundamentally changed here. have validated the following points: 1. Change Base: Doesn't work, because then unfortunately also the relative...

I think it's because the link within the collection is missing the ?download parameter. I can create a PR.

> If I try to open the link (copy and past ) I have a json error: ( No, the error is already correct, because you do not pass the...

> You mean if I add ?access_token=MYTOKENPRIVATE ? For now the only workaround I have is allow read file from public in role configuration Short explanation: There were 2 errors...

my workaround ``` import 'vuejs-noty/dist/vuejs-noty.css' import Vue from 'vue' import VueNoty from 'vuejs-noty' import Noty from 'noty' export default ({app}, inject) => { inject('noty', Vue.use(VueNoty, { timeout: 3000, progressBar: false,...

late but maybe it helps someone else ``` // plugins/noty.js import 'vuejs-noty/dist/vuejs-noty.css' import Vue from 'vue' import VueNoty from 'vuejs-noty' export default ({app}, inject) => { inject('noty', Vue.use(VueNoty, { timeout:...

Workaround for all with the same error to check a Value with Run Script in flow. Example: Status must be invited and not undefined ``` module.exports = async function(data) {...