André Eriksson
André Eriksson
Also note that we have since added support for the `Record` type as well :)
The error message can certainly be better, but it seems correct to me that you get an error. `git switch -c` has the same behavior: ```bash $ git branch test...
@theGlenn sorry about that. The issue is that the parser doesn't handle generics with default type parameters at the moment. It should work if you pass in the generic type...
Which version of Encore are you running? Is this still happening on v1.41.11 (just released)?
The name of the function is `init`. So in your case it needs to be called `initSsoService`. The struct itself must also be annotated with `//encore:service`.
This is the first time we've received a request to support these targets. As such it's not something we're open to at this present moment, as having additional deployment targets...
Closing this for now as it's not clear this is the right path forward.
I believe the original root cause has been fixed, and we're about to land some large improvements to the docker export functionality, so closing this as it's about to be...
Encore doesn't let you "set" the connection string; Encore handles the database provisioning and therefore gives you a connection string (via `db.connectionString`). If you have an external database that you...
@SeanLuis I'm happy SQLite is working well for you! But in the case of your answer you invented configuration options that don't exist — notably the `env` key in `encore.app`...