Kalob Porter
Kalob Porter
@ShinteiMai Did you end up starting this? Would like this feature for an app I am working on (running pokeapi as a service within my ecosystem). Would hate to repeat...
A good idea I had to fix the color is to possibly use CSS masks to invert the color of the text. I messed with the implementation a little but...
> * polymorphic tables are not supported in the schema. > * However, I think this is something that can be acheived with the plugin. > * This is effectively...
Thank you! Would love to help out in any way I can - I don't have a ton of knowledge around the cool SQL tricks that you are using under...
I'm also running into this - I have some pre-rendered pages (`getStaticPaths` & `getStaticProps`) that are meant to inject some SEO data into the head using `next/head`. It appears that...
> Again, without seeing the structure of `_app` it's hard to tell the source of the problem. Ended up doing some deeper dives (trying to reproduce in CodeSandbox) and I...
> @PorterK when you say not able to repro on codesandbox do you suggest it is working ok with codesandbox? i.e. share works in facebook debugger? I didn't check Facebook...
Likely you didn't export the `APPLICATION_URL` environment variable in your project - this module uses it internally to determine where to redirect auth calls
Hey @Havunen are there any updates on this?
> No, I have not had time to work on this. I personally have no need for this functionality so its pretty low on my todo list. Would you like...