Hello everyone, I have a doubt in refine. I just started the code along with javascript mastery. I a

Hello everyone, I have a doubt in refine. I just started the code along with javascript mastery. I am getting a login error while authentication. Please let me know if you can help me. Cannot read properties of undefined (reading 'headers') TypeError
15 Replies
automatic-azure
automatic-azure4w ago
I can provide screenshots if necessary.
provincial-silver
provincial-silver4w ago
Hey, I'd like to report someone for being agressive and disrespectful to newcomers on refine's GitHub. He pretty much violates every single guideline and rule I've seen when I sign up for this discord server. Here is the issue thread (https://github.com/refinedev/refine/issues/6265#issuecomment-2381048053). I wish that his attitude does not represent the awesome team who contributes to this amazing project. And the correct action could be taken upon asap. Thank you.
GitHub
[BUG] useTable from @refinedev/react-table causes infinite rend...
Describe the bug I was trying to create a list view following up the example of useTable. However, when I got to the page, the page was rendering infinitely as the following: It seems like the tabl...
provincial-silver
provincial-silver4w ago
@Omer It seems that you are the creator here, or please let me know who can I turn to for this compliant. Thank you 🙏
Omer
Omer4w ago
Hey, thank you very much for your warning. We will address this issue on Monday. We apologize for the inconvenience.
provincial-silver
provincial-silver4w ago
Thank you for being responsive @Omer 🙏 Have a great weekend 💖
foreign-sapphire
foreign-sapphire2w ago
hi im new to refine and im having lots of issues rn i would need some help 😦
vicious-gold
vicious-gold2w ago
Hi, has anyone managed to get createBrowserRouter working with the refine router? I'm getting a useLocation() error
optimistic-gold
optimistic-gold2w ago
@ritute Hello. I think I could help u
extended-salmon
extended-salmon2w ago
which issues?
harsh-harlequin
harsh-harlequin2w ago
how do i use custom data providers every tutorials seems to just use simple rest provider no one shows how to use it with some custom backend on express, etc with a different structure
foreign-sapphire
foreign-sapphire2w ago
Hey folks, please use #ask-any-question for your issues and/or questions.
stormy-gold
stormy-gold2w ago
The simple rest data provider is a great starting point and you can eject/Swizzle it and customize for your needs. One tip I can give if your backend is quite custom is to take advantage of using meta arg for metadata to control things.
harsh-harlequin
harsh-harlequin2w ago
Thank you. What exactly is swizzle? Also If i were to develop my express based backend in such a way that it confirms to the plug and play conventions of refine, will it work?
stormy-gold
stormy-gold2w ago
https://refine.dev/docs/data/packages/simple-rest/#customizing-the-data-provider- depending on your existing endpoints if you have control of them you can conform more the example CRUD pattern
Simple REST | Refine
The Simple REST data provider is a package that provides an implementation for working with REST APIs that conform to a standard API design. It is built on the foundation of the json-server package.
harsh-harlequin
harsh-harlequin2w ago
ohh makes sense. thank you, i appreciate this a lot