NilsB
NilsB
Explore posts from servers
RRailway
Created by NilsB on 6/22/2023 in #✋|help
Database suddenly unreachable
I've been using a Railway Postgres DB for a few weeks. Tonight, while I was busy using the DB with an app I'm building, I suddenly get "failed to connect" messages. When I logged into the Railway dashboard, the DB shows as existing, but it says I have no tables. Under Settings for the DB, trying to restart the DB also fails with "Error processing request" in the UI. Can you help me figure out what happened?
45 replies
RRefine
Created by conventional-tan on 3/26/2023 in #ask-any-question
Help with "Failed to resolve '@refinedev/inferencer/mantine"?
Hi, I'm trying to adapt Refine into an existing React project (bundled by Parcel). I'm struggling to import the mantine inferencer, as follows:
@parcel/core: Failed to resolve '@refinedev/inferencer/mantine' from './src/Routes.tsx' [...]/frontend/src/Routes.tsx:13:35 12 | import { Refine } from "@refinedev/core"; 13 | import { MantineInferencer } from "@refinedev/inferencer/mantine"; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I've manually checked and it seems like everything is installed properly in node_modules - package.json and mantine.js look reasonable in the node_module. My editor also wouldn't auto-import the MantineInferencer, so something's off... I'm not sure how to debug this -- any suggestions?
15 replies
RRefine
Created by typical-coral on 3/23/2023 in #ask-any-question
Add Refine to an existing React project?
I'm wondering what the best way is to add Refine to an existing project. I tried adding the CLI, yarn add @refinedev/cli, and added a refine script to package.json. But when I run yarn refine, it fails with an error: TypeError: Cannot read properties of undefined (reading 'description') Any suggestions how to integrate refine into an existing app?
59 replies