Ali Javanmardi

Results 6 comments of Ali Javanmardi

I also have same experience with 19.0.1 docker container. I can access my admin root address and as soon as I try to login it redirects to main hostname/realms and...

I have same problem as due to compatibility with vue.js 3 I installed tailwindcss with postcss7.0 compat now this plugin requires postcss8 I hope there is a postcss7 compatible version

Great, I did the same and got correct result on my android chrome. I hope it works for all versions

I have same problem with small file size. Is there any solution to parse small files without this error?

Dear @KIRA009 Thanks for your reply, This question was for a long time ago and I ignored using any special field for phone-number in my project. I hope your hack...

> I might be able to help. Instead of doing `Validation::new(Algorithm::RS256)` do `Validation::new(header.alg)` where header is: > > ``` > let header = jwt::decode_header(jwt); > ``` > > In total...