131 comments found.
We just wanted to know that it was going to be okay because we developed an auction software with only some components using crema template, so we may sell that to the overall public through subscription based or host it for them or modify it for them and this was concern was raised by our teammate. Because we are not selling crema but we have developed an entirely different product using only some components of crema so I was confused. Also, can we use crema in other websites and other products that may be needed to us.
Hi,
Please check out the TF policy for this https://themeforest.net/licenses/standard
Well TF Policy as it seems it doesn’t allow us to sell the end product. And we like to be able to modify and customize the end product to different clients based on their needs. We have only used some of the template in the front end. When I bought it, I thought that I could create my product and are free to sell it to the general public and be able to use in multiple projects of mine. Can you please clarify as the owner of the template. Is there anyway you can give me permission to be able to sell the product to the general public and modify for each client. unitedusedcars.com is the end product which I have used only some elemants of it.
When will the Ant Design use Typescript be available?
Get error in libs/types/tsconfig.lib.json 1: Cannot find type definition file for ‘node’. The file is in the program because: Entry point of type library ‘node’ specified in compilerOptions
Hi,
Please raise a support request here: https://themeforest.net/item/crema/26540158/support
no demo?
Hi,
Please reach out to us @ info@cremawork.com for any assistance.
When will the ant typescript version be available
Hi,
It will be available by this month end.
I’m building on crema-ant-nextjs-4.x and I get the following error
ReferenceError: document is not defined at Object.<anonymous> (/Users/crema-4.x.x/crema-antd-nextjs/node_modules/fusioncharts/fusioncharts.js:13:758)
Please use latest code from GitHub, we already fixed this issue.
If you face same issue with latest code, please raise a support request here: https://themeforest.net/item/crema/26540158/support
Our support team will assist you over their.
I need simple bare TEMPLATE STYLE (no need react router, redux, nextjs, etc etc etc)
Q: Can apply style from your template to my web app?
Hi,
Thanks for reaching out to us.
Yes, we can do that. Please connect with us @ info@cremawork.com.
We will discuss it over there.
Facing this error while creating its build can you please help
Module not found: Error: Can’t resolve ‘crypto’ in ‘C:\Users\ITbeam\Desktop\ensogov1\node_modules\froala-editor\js’ BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case. Verify if you need this module and configure a polyfill for it. If you want to include a polyfill, you need to: – add a fallback ‘resolve.fallback: { “crypto”: require.resolve(“crypto-browserify”) }’ – install ‘crypto-browserify’ If you don’t want to include a polyfill, you can use an empty module like this: resolve.fallback: { “crypto”: false }
HI,
Please the doc here https://docs.cremawork.com/v/v-4/faq#how-to-fix-breaking-change-webpack-less-than-5-used-to-include-polyfills-for-node.js-core-modules-by
We have mentioned this issue in detail here you can remove this package for now
why are there 2 versions 3.x and 4.x
Crema 3.x version available with native cra and Nextjs.
Crema 4.x version is available with Nx monorepo(Next generation build system with first class monorepo support and powerful integrations)
Hi, the scrum board app does not show properly the lanes. Odd numbered cards simply don’t appear. I m using crema-3.1.8\mui\nextjs-context.
Hi,
You can use crema-4.x with the next js, Please write us back if you still want to go with the crema-3.1.8\mui\nextjs-context. We will try our best to check and fix this asap.
We are looking forward to hearing from you by mail @info@cremawork.com
Hi, I prefer crema-3.1.8\mui\nextjs-context that I working with it.
Hi, We just downloaded the latest code from ThemeForest and check it, It’s showing every lane and card properly. Could you please schedule a Google Meet session to check the same on your device @ info@cremawork.com
Hi. Its related to react-trello. Check it again, plz. In each lane the odd numbered cards don’t show.
Let’s see it in the afternoon meeting scheduled by you
I just bought it. It should keep less dependencies. I use crema 4.x.x crema-mui-nextjs, it has some bugs on email. Please: 1. Fix bugs 2. Add Cloudflare Pages & AWS Cloudfront deployment guidlines. 3. Recommend: remove nx build system, keep serverless standards
Hi,
Thanks for the reporting issue on the mail app.
We will look into the dependencies again.
“1. Fix bugs”: Will fix this Today EOD.
“2. Add Cloudflare Pages & AWS Cloudfront”: Will add them to the doc
“3. Recommend: remove nx build system, keep serverless standards”: Could you please specify the requirement/reason for this?
Your review is priceless to us, please write us @ info@cremawork.com or create a support request here: https://themeforest.net/item/crema/26540158/support.
3. Serverless is trending now, personally: This is based on Nextjs, pls keep standard Nextjs build commands which exists in common serverless CI/CD guidlines. NX or newer tools are all taking time to learn, verify & maintain compatibility. Nodejs has crazily so many dependencies having potential vulnerability issues. Thanks much for fast response.
Could you tell me which package is fastest running product? All seems to be slow on macbook M2. I need the fastest one as a baseline admin template deploying on Serverless CloudFlare and AWS. Thanks
In crema 4.x you can start with starter-kit. It’s very lite version. In case any issues(speed or anything), you can schedule a Google meet session to check the same on your device @ info@cremawork.com
We are working with NX.dev since last 2 years. It’s pretty fast and very easy to start with almost 0 configuration(don’t need to learn anything). We are releasing the monorepo based crema on the users demand. In case if you feel any issues with Nx monorepo, you can go with the crema 3.x as well.
Please write us back for any assistance over mail.
Hi,
Thank you for the new update! The is an error regarding react-quill in the email app. ReferenceError: document is not defined It is related to react 18 and server-side rendering.
Best
We are working on it, will fix and release it by the weekend
till that time you can add in mail page const Mail = asyncComponent(() => import(’../../../modules/apps/Mail’), { ssr: false, });
what worked for me is // import ReactQuill from ‘react-quill’; import dynamic from ‘next/dynamic’; const ReactQuill = dynamic(import(‘react-quill’), {ssr: false}); in two compose and forward index files. waiting for your solution
Hi, I used your theme with NextJS version dan used JWTAuth for authentication. Can you tell me how I can get token from localStorage when I call it in getServerSideProps() ? I have been search for solution of it. I found that I should use Cookies to get Token. But I confused, how can I set cookie using JWTAuth?
I tried to set cookies in setAuthToken() at src/@crema/services/auth/jwt-auth/index.js. But i got an error like this : https://ibb.co/G3NrfgC
Please help me to fix this issue, thank you.
Source : - @crema/services/auth/jwt-auth/index.js : https://pastebin.com/jxKYGBaK - utils/AuthToken.js : https://pastebin.com/fMn8DfRY
I found the issue. The issue is because bug from axios v0.18.0^. jwtAxios.defaults.headers.common.Authorization = “YOUR_TOKEN”
That ^ code is no longer work in v.0.18.0. Please check at : https://github.com/axios/axios/issues/2199#issuecomment-498260810)
Do you have an alternative solution to fix this issue? Thanks before.
Are you planning to have the version of ant with typescript?
Please include the version withou auth
Is this theme available with React Js MUI and TypeScript OR React Js Antd and TypeScript ?
Yes, it’s available with React MUI and Typescript
we want not in next js in pure react js and typescript and mui ?
Hi,
You can details here: https://docs.cremawork.com/overview/crema-overview
I am almost hitting the buy button for an EXTENDED LICENSE.
I just have one more question
1 – My company already have a NextJS end product made by ourselves which users have to pay a monthly fee to use it. We want to buy the template to get separated components, and apps (e.g graphs, menu bar, cards, mail app, chat app) and put it all together in our already made end product. Can we do it with an extended license?
Or we only can use the template if we are going to install it, customize and sell.
Hi,
Thanks for your interest in the Crema.
If your existing products is made with MUI-5 then you can use it. And you can easily integrate it in you product. Extended licence is right choice for it.
Thanks, any way I can buy in installments?
Yes, You can. During the development you can use regular licence. After you your development done you can purchase another extended licence.
But in this case you need to make 2 purchases
Hello! I have purchased this theme but I;m wondering Are there figma files or any pds ?
Hi,
Please follow the document instructions https://docs.cremawork.com/overview/figma-file
.
Hello! Which versions of MUI and NextJs are used in the last version of this template?
MUI : 5.x.x and nextjs 12.x.x
I bought theme and send several requests to support about css. And now support ignore requests
Hi,
Sorry we missed your previous email, We already replied your today support ticket. We take all support request on high priority.
Thanks