-
### Summary
Currently we have been using an internal mock server `useMockServer` to simulate backend data fetching with the data source. It has a few caveats.
1. The proper network requests are …
-
So, I have a very specific issue when using newer versions of rust-analyzer in my project.
The project is structured as follows:
It is a monorepo consisting of three crates: a client, a server and so…
-
### Overview
When trying to access a KeePass database file on a WebDAV server, KeePassVault crashes with the following error:
```
java.lang.NullPointerException: getEtag(...) must not be null
a…
-
i can connect to a MariaDB instance from shell
```
mariadb -h localhost -u ${DB_USR} --password="${DB_USR_PWD}" -e "\s" | grep -E "^UNIX|^Connection|^Server"
Connection id: 43
Server…
-
Auth and signup Request failed with status code 404
Starting a PostgreSQL dev database (based on your Wasp config) ✨
Additional info:
ℹ Connection URL, in case you might want to connect with e…
-
### Component(s)
exporter/clickhouse
### What happened?
## Description
OTel collector can't start with clickhouse exporter when clickhouse cluster in config and the database doesn't exist.
…
-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v20.15.0
- Nuxt Version: 3.14.0
- CLI Version: 3.15.0
- Nitro Version: -
- Package Manage…
-
When a user connects to the the server, scan a database for the users MAC address. If the MAC address does not exist in the database then prompt the user for a username and add it to the database. The…
-
Before I was using prisma with nuxt directly, Dev was working fine, but to build a server bundle I had my own setup and some after build script
```
copy .env .output\server
rem move myrpisma out…
-
### Description
**Environment configuration:**
- Windows operating system
- Self-hosted Community Edition
- Microsoft SQL Server as a database
**Issue description:**
When creating pull request…