When i select custom setting and select sql and enter all fields Connection test failed: Cannot find module\AppData\Local\Temp\strapi9a2b8146f759\node_modules\strapi-connector-bookshelf\lib\utils\connectivity.js'
why Connection test failed?
638 Views Asked by Malik Musa At
1
There are 1 best solutions below
Related Questions in MYSQL
- How to Retrieve Data from an MySQL Database and Display it in a GUI?
- How to change woocomerce or full wordpress currency with value from USD to AUD
- window.location.href redirects but is causing problems on the webpage
- Error: local variable 'bramka' referenced before assignment
- Products aren't displayed after fetching data from mysql db (node.js & express)
- status table for all entries (even in different dates) in database changing value when all checkboxes are checked
- Can't Fix Mariadb & Mysql ERROR 2002 (HY000): Can't connect to local server through socket '/tmp/mysql.sock' (2) On MacOs
- Express Mysql getting max ID from table not working cought in a promise
- failed to upload a table from sql file
- Update a MySQL row depending on the ID in Google Sheets Apps Script
- Use row values from another table to select them as columns and establish relations between them (pivot table)
- SQL: Generate combination table based on source and destination column from same table
- How to display the column names which have only unique non-null values in MySQL table?
- mysql query takes too long because of wrong indexes usage
- Multitable joining in Sql
Related Questions in NODE.JS
- Using Puppeteer to scrape a public API only when the data changes
- How to request administrator rights?
- How do I link two models in mongoose?
- Variable inside a Variable, not updating
- Unable to Post Form Data to MongoDB because of picturepath
- Connection terminated unexpectedly while performing multi row insert using pg-promise
- Processing multiple forms in nodejs and postgresql
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How to change the Font Weight of a SelectValue component in React when a SelectItem is selected?
- My unban and ban commands arent showing when i put the slash
- how to make read only file/directory in Mac writable
- How can I outsource worker processes within a for loop?
- Get remote MKV file metadata using nodejs
- Adding google-profanity-words to web page
- Products aren't displayed after fetching data from mysql db (node.js & express)
Related Questions in STRAPI
- NGINX Configuration Issue with Next.js and Strapi Project
- connect strapi to postgresql on railway.app
- "Invalid input syntax for integer" using strapi
- Contabo Object Storage (S3) with Strapi CMS
- Updates and Creations Not Reflecting in GET Requests in Strapi
- Can't disable draft & publish in strapi content type
- Mutual connections in Strapi
- How do I fix this review form component bad request error
- Strapi 4 + Nuxt 3 Auth Problems
- Local url to media results in 404 while cloudinary url to media succeeds
- Strapi image (media) field doesn't show in the endpoints
- Content not updated
- Heroku does not deliver media field
- Issue with passing "locale" variable in Apollo useQuery and Strapi v4
- How do I avoid "Some of the provided components in XXX are not related to the entity" in Strapi?
Related Questions in REACT-FULLSTACK
- Difference between port 3000 and 3001 in a fresh react-fullstack generated project?
- Have Django templates render registration/login form and React rest of the application
- TypeError: Cannot read property 'user' of undefined App in REACT
- why Connection test failed?
- how can i delete/update author name if book name is updated or deleted using RESTapi
- How do I serve a React-built front-end on a FastAPI backend?
- Having problem with Array.map() in React when I try to print all array items in unordered list
- Getting CORS error after adding Dockerfile to my Django project
- I don't know how to fix. It will reflect in my all applications where I use the react-router-dom
- Getting warnings for OverlayTrigger in Reactjs
- Sending HTML hyperlinks to EmailJS API (and other possible alternatives)
- How to delete task from todo list as well as mysql
- Cant find MongoDb @BsonId Annotation in specific package
- Vercel Node.js host 404: NOT_FOUND
- Implementing DRM Protection for Content Stored on GCP Cloud Storage in a Koa and Apollo GraphQL Full-Stack Application
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I know It's old but I just want to reply for future people who have the same issue. Try to use
yarn create strapi-app --quickstartor using npxnpx create-strapi-starter --quickstart, and It'll use the default template and then when It finish getting dependencies and finish setting up your project go to a file calleddatabase.jsand add your database set of infos. Got this info from issue opened in github : Here