Taywin Wongruttanakarn

Results 4 comments of Taywin Wongruttanakarn

fixed in #40 but not release version

basically your port 80 already in used by some other process either serve on other port or find out culprit see also https://stackoverflow.com/questions/27900174/artisan-error-failed-to-listen-on-localhost8000

> ```js > // i'm using at the moment: > > function unmask(maskedValue, mask){ > > let defaultTokens = ['#', 'X', 'S', 'A', 'a', '!']; > let unmaskedValue = '';...

Summary from reading this issue and find fix for myself The inconsistency between different tokens (console use id token, amplify client use access token) has persisted from 2020 to 2024...