Jonathan Irwin
Jonathan Irwin
@apotox I managed to get it working by adding a "/" to the end of the path in createPages
@kalwalt adding a "/" to the end of the path in createPages and leaving pathIdentifier as it was worked for me
@kalwalt what is the issue you have now?
seems like there is a small attempt to try and ignore those files: https://github.com/docsifyjs/docsify-cli/blob/master/lib/commands/serve.js#L56 I am wondering where it is going wrong
This works great for me - would be nice to see it merged
I had this issue too. For me it was because I was returning `undefined` as a TableName in my jest-dynalite-config.js file. Perhaps it's the same for you?
@stephenwil did you ever get to the bottom of this?
Hi all, I tried out this feature and it seems to work as expected. Is there something preventing it from being merged?
Hi @vdomah Would it be possible to get the refresh token added to the response and an endpoint to refresh the current token? I will look into adding this sometime...
`Cannot read properties of undefined (reading 'node')` was happening to me too on `apexcharts@^4.5.0`. Downgraded to `3.49.0` and it works fine