webface

Results 23 comments of webface
trafficstars

Im having the same issue with github. from the example repo ``` Invalid `p.account.create()` invocation in /Applications/MAMP/htdocs/PROJECTS2022/rest-nextjs-api-routes-auth/node_modules/@next-auth/prisma-adapter/dist/index.js:19:42 16 }, 17 updateUser: (data) => p.user.update({ where: { id: data.id }, data...

`You just don't have the fields access_token and token_type in your prisma schema. And that's correct..` @ndom91 Im using the schema in the github repo for the example. How do...

This article helped me: https://willandskill.se/en/setup-a-next-js-project-with-pm2-nginx-and-yarn-on-ubuntu-18-04/

@ErikDakoda @eric-burel Im having the same problem trying to follow the material-ui example docs but... `W20210405-10:19:33.051(-4)? (STDERR) Warning: React.createElement: type is invalid -- expected a string (for built-in components) or...

@ErikDakoda Im using those packages @ latest Sorry its a custom app im building. I didnt get what you meant. `Package.describe({ name: 'music-site', }); Package.onUse(function (api) { api.use([ // Here...

I created a home component `import React from 'react'; import { Components, withSingle2, withCurrentUser, registerComponent } from 'meteor/vulcan:core'; import Users from 'meteor/vulcan:users'; const Home =({currentUser})=>{ `return Home` } const options...

routes.js `import { addRoute, Components } from 'meteor/vulcan:core'; // Then, we add the component for what we want to add. import '../components/layout/Header'; import '../components/layout/Layout'; import '../components/layout/SideNavigation'; import '../components/ui/Home'; // Next,...

@ErikDakoda i updated the post. I am using the latest vulcan. the 2 repo install and I have now used the material ui version you listed. Still get the same...

@ErikDakoda Im sure im doing something simple wrong https://github.com/webface/vulcan-logic package `music-site` I dont even know where to import registerTheme from

Ok I figured out to get the theme from here `import { registerTheme } from 'meteor/vulcan:ui-material';`