Thomas K.
Thomas K.
Hey, are there any updates on this? This bug still exists
Sure, the reproduction is quite easy ### 1. Create a MQ ``` const myQueue = new Queue("myQueue", {connection: redisOptions}); ``` ### 2. Create a repeatable job in the queue ```...
Hi @bhaveshpatel200, I guess he meant, that if you dynamically change the value, the column not searchable anymore. Example: ``` { field: 'id', cellRenderer: d => '#' + d.id, title:...
Hi, thanks for the quick fix! The build now works, but creating the initial user did not work for me. (Creation via the provided curl is successful, but when trying...
> Maybe you did not verify the user's email? You can connect to the mailpit instance to see sent emails (on http://localhost:8025 if I remember correctly). Or you can connect...
> Wonderful! So you are up and running? yes, the service is up in running i only tried the UI shortly but as mentioned on the dashboard, most parts are...
Hey, I recorded a short walkthrough Right before the screencast I deleted all local storage and did a fresh sign in. Additionally I noticed, if you are doing a reload...
Works perfectly!
Same issue, was there an update in the meantime?