Brian

Results 5 comments of Brian

Any chance you could make the text in the documentation selectable text? Not just the code blocks. :)

> > Any chance you could make the text in the documentation selectable text? Not just the code blocks. :) > > is there any reason to? Would just help...

> > Do you remember if you initially created the script without the correct file extension, and had to rename it to add a `.script` file extension before you could...

> Is `"http://127.0.0.1:3000/api/socials/bluesky/callback"` in the client metadata `redirect_uris` field? Hey, yeah sorry let me add my client metadata: ```typescript clientMetadata: { client_id: 'http://localhost', redirect_uris: ['http://127.0.0.1:3000/api/socials/bluesky/callback'], // Changed from 127.0.0.1 grant_types:...

> +1 I'm experiencing the same thing > > The redirect uri works if you use `'http://127.0.0.1:3000/'`, but then of course doesn't redirect to the correct `http://127.0.0.1:3000/callback` endpoint. Seems to...