Tobbe Lundberg
Tobbe Lundberg
@furkanhalkan Could you please try adding some `console.log` statements in the code to see what value you have for `this.options.authFields.id`? You'd have to dig into `node_modules/@redwoodjs/...` to find the correct...
We weren't ready to merge this yet. v0.42.0 is very breaking for us as it removes support for ThirdPartyEmailPassword which is what we're using
This worked for me with sqlite to truncate the table and reset the auto increment counter ```ts await prisma.$queryRaw`DELETE FROM "MyTableName";` await prisma.$queryRaw`DELETE FROM sqlite_sequence WHERE name="MyTableName";` ```
Would it be possible to override the default build command to inject an extra script right after `yarn rw build`?  This script could place files in `/dist/functions`. Would that...
@Josh-Walker-GM @dac09 I'd like to be part of that discussion too. I want to make sure I'm up-to-date on how the router works.
@SquirrelJimmy Checking back in here – did you try again? Did it work?
Closing for now as no further info has been provided by the OP
@danhab99 Thanks for getting back to us with your solution!
Closing this PR until we can figure out a way to have Replay integrated without having to put an API key in our workflow file
Thanks for the suggestion @MartinDawson 🙂 Unfortunately this will get a pretty low priority right now unless you want to try to implement it yourself. Have you had a look...