taxonomy
taxonomy copied to clipboard
An open source application built using the new router, server components and everything new in Next.js 13.
publish coming soon?
When we go to the editor page for one post, when we click on "save", go back to the dashboard, and return to the editor page it shows the old...
This is not really an issue but a suggestion : You probably should call redirect to login for users on the dashboard if the user is not in the session...
Currently it brings up the default browser save dialog: https://user-images.githubusercontent.com/28986134/200148767-1212598a-f711-4960-afb0-f1c4ac1176b7.mp4 Recommend adding a CMD + S event listener within the text area to allow users to save with CMD +...
Not sure why hitting "New Post" takes a really long time to load (~3-4s): https://user-images.githubusercontent.com/28986134/200148679-c85411c3-341c-4fbc-8a4b-64e76595526c.mp4
It sometimes does but it's a bit flaky: https://user-images.githubusercontent.com/28986134/200148661-4e42af1e-bffb-4708-b392-be377681e2a5.mp4 Middleware should solve this.
to recreate the above issue, login and go to the `/dashboard` endpoint, go back to home page you still see a login button which should not be there and also...
im not sure what vercel-build is used for, are you running that instead of build in vercel? recommend a postinstall instead, and remov evercel-build ?
This will capture the URL the user was trying to visit when the middleware redirected them to the login page. Then upon login they'll be redirected backed to that same...
