Tim Göller
Tim Göller
would like to bump this, because this still seems to be an issue. I can't really get this working with an access token
nevermind, my issue seemed to be related to the scope of the token
Hey, I had some problems with building sodium-native in the past aswell. This seems like it might be an issue with an outdated version of libtool. If you have an...
Hey, I hade the same issue. What worked for me was to also import i18n like this: ``` import { useI18n } from '#i18n'; const i18n = useI18n(); ```
A temporary fix for me was to write it as `name{'@'}example.com`
Actually, this error seems to appear in the dev server aswell with rc-6
Yeah, exactly, I've tried to upgrade the bridge/cabal-bot-core to the latest client version. I'll try to do some more testing in the next days.
Probably rather belongs into [https://github.com/grails/grails-data-mapping](https://github.com/grails/grails-data-mapping)
@zakkor I was able to work around this by 1. removing the `acorn` resolution 2. _then_ calling `rm -rf node_modules && yarn` 3. _then_ adding the `acorn` resolution again 3....
Got the same issue as @r3alfar, also on Windows 11 and for the vue example