gregg-cbs
gregg-cbs
> ```ts > > > signIn('credentials', { > ``` The magic for me was putting the right callback url in the signIn method: ```jsx signIn('google', { callbackUrl: `${new URLSearchParams(window.location.search).get('callbackUrl')}` })}...
@NathanD19 - Yeah I moved to [NextJS](https://nextjs.org/), and their new version with the app folder is going to be next level. I highly recommend moving over. Specifically I am using...
And to add to my comment. I was a huge fan of Vue, i chose it over React every time and I moved a lot of companies onto Vue2. But...
I have this issue with Digital Ocean App Database .
> The following approach works for me on RDS (with default-postgres-15 option group which has ssl=1 and force_ssl=1): > > 1. Remove the `sslmode` from the connection string. > >...
I am also noticing refresh issues in Chrome. Where if i change code it acts like it has refreshed the preview but i need to close the preview and reopen...
> @gregg-cbs When you say you need to close the preview and open it again, did you also try hitting "refresh" button? Or did it only work when you closed...
@CompuIves - Issue is still prevalent in Firefox. Just created a new browser based sandbox with react app + ts template and getting a blank preview screen. I am logged...
> There seems to be a setting in your browser that blocks `BrowserFS`. For our new editor and previews we will shortly deprecate all legacy assets, including this `BrowserFS`. I...
@bnabet - I switched to and managed to build my product: [React Beautiful DND](https://github.com/atlassian/react-beautiful-dnd)