-
request
"GET /admin/products?fields=id%2Ctitle%2Cthumbnail%2Cstatus%2Chandle%2Ccollection_id&expand=variants%2Coptions%2Cvariants.prices%2Cvariants.options%2Ccollection%2Ctags%2Ctype%2Cimages%2Csal…
-
## Bug report
### Describe the bug
I get `JwtStrategy requires a secret or key` when running `npx create-medusa-app@latest`
A clear and concise description of what the bug is.
![Upload…
-
How do you use the signed urls? I reviewed the code, I assume it's to files that are uploaded in the /private folder of the bucket? Then these files auto delete after a specific time; does MedusaJS ha…
-
When trying to deploy my medusa admin backend on Railway, the dashboard doesn't load. It works on local development. But the issue seems to persist when deployed. I'm only able to recreate this on loc…
-
## Bug report
### Describe the bug
I have a transformer function set up to do some basic mapping of data, looks like this:
```js
{
transformer: (product) => {
return {
id: p…
-
I ran into an issue where guest user checkouts were pulling the customer ID from the last person to log into our store in production mode, causing orders to get attributed to the wrong customer and ha…
stf9 updated
8 months ago
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/medusajs/medusa/issues
### Issue Summary
When trying …
-
### Issue Description:
I have encountered an issue where I am able to successfully deploy the admin interface to Vercel but am unable to log in after. This problem seems to be related to a mistake in…
crnls updated
7 months ago
-
## Bug report
### Describe the bug
MEDUSA_BACKEND_URL from .env file gets overwritten so admin always uses localhost:9000
### Additional context
I'm trying to split admin UI and backend to…
-
With `tailwindcss>3.3.3`, the design breaks during active dark mode.