Thank you. updated.
forward: @Torsten Dittmann @Arman @Thomas G. Lopes
strange to see "babel-loader" this might be related to webpack might be easier to use vite ?
@Elad Shechter this error seems to be because we're using end instead of flex-end somewhere?
In any case, this is just a warning and should not break anything, but would be good to correct it
Ok, this is because the new value of CSS of alignment property, which we prefer to use with the new values.
Its a warning but it breaks Nuxt app.
@Core any update here please?
Hi @olanetsoft . I'll try to reproduce the issue with a Nuxt app, and get back to you, hopefully with a fix π
Thank you. Looking forward to that.
I do have a workaround that would work right away
you could include it for now from CDN until we fixed it π https://pink.appwrite.io/getting-started#cdn
One question, does it break with Nuxt 2 or 3?
let me check this out. Will revert soon
"nuxt": "^2.15.8",
Thank you, will try it out.
Works fine with this. Thanks for the help.
Looking forward to the other fix π
@olanetsoft Are you using PostCSS? If so, could you share the config? I failed to reproduce the issue, but I see that your error is coming from autoprefixer, which I assume is the postcss plugin.
Or maybe you're using tailwind?
Disregard that, I managed to run into the issue π
oh okay
Found the issue! Importing @Appwrite.io/pink on the script tag fails, but you can import global css on Nuxt 2 by modifying your nuxt.config file:
export default {
// ....
// Global CSS: https://go.nuxtjs.dev/config-css
css: ['@appwrite.io/pink'],
// ...
}
You can see more details at https://go.nuxtjs.dev/config-css
Oh cool,
Thats another option. I used the CDN option suggested by @Torsten Dittmann earlier and it works fine.
Thank you for the update @Thomas G. Lopes
You're welcome, feel free to reach out anytime π
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...