Results 3 issues of Elias Júnior

I found a bug with this package. I have a page `pages/Dashboard` and added a custom route: ```js routes.add('dashboard', '/painel', 'Dashboard') ``` In my component I export the `getServerSideProps` with...

I'm having some error with the following script: ```js const userSaved = ig.feed.saved() do { const data = await userSaved.items() for(const item of data) { await ig.media.unsave(item.pk) } } while(userSaved.isMoreAvailable())...

question
unconfirmed

I'm using `EE 4.0.17` and after enabling ee-admin on a site, after that keeps me requesting credentials on front-end. Even if I disable ee-admin, removed the user I created, is...