Elliot DeNolf
Elliot DeNolf
It looks like the only way to get these changes to be reflected is a DB drop. My suspicion is that we're persisting this in prefs collection somewhere, and that...
Is this _just_ over the REST API? What response are you getting from that fetch if so? It doesn't look like you're sending any creds. Does the `Forgot password?` link...
@JarrodMFlesch I just simply didn't set the variable from the template provided in the example. @peterjunsworth > What response are you getting from that fetch if so? It doesn't look...
@peterjunsworth Can you provide a minimal reproduction repo? The forgot password link not working for you is most concerning to me, as this works just fine in my testing.
@peterjunsworth The repo was a bit large, would appreciate a smaller reproduction that I can simply load and click something to reproduce.
@peterjunsworth Could you simplify your reproduction?
Will have a fix going out in the next beta for this 👍
@peterjunsworth These email calls should now be awaited. Try it out on beta.46 and let me know 👍 https://github.com/payloadcms/payload/releases/tag/v3.0.0-beta.46
> Does this work in jsx files? According to their readme this plugin needs eslint-plugin-react to function correctly, which we're not using JSX is the past.
> try manually adding pg to your package file. seems like there's an issue when trying to import types from pg library. > > yarn add pg I'm not sure...