[PR #9] [MERGED] [core] Fix Continuous Delivery for Supabase #18

Closed
opened 2025-10-31 16:55:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feeddeck/feeddeck/pull/9
Author: @ricoberger
Created: 9/15/2023
Status: Merged
Merged: 9/15/2023
Merged by: @ricoberger

Base: mainHead: core-fix-continuous-delivery-for-supabase


📝 Commits (1)

  • 68ff73b [core] Fix Continuous Delivery for Supabase

📊 Changes

2 files changed (+8 additions, -2 deletions)

View changed files

📝 CONTRIBUTING.md (+7 -1)
📝 supabase/functions/import_map.json (+1 -1)

📄 Description

The continuous delivery GitHub Action workflow to run the database migration and to deploy the functions, runs in to the following error:

error: Uncaught (in promise) Error: Relative import path "http" not prefixed with / or ./ or ../ and not in import map from "https://esm.sh/v132/@types/node@18.16.19/http.d.ts"
      const ret = new Error(getStringFromWasm0(arg0, arg1));

See https://github.com/feeddeck/feeddeck/actions/runs/6199706506/job/16832826456#logs


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/feeddeck/feeddeck/pull/9 **Author:** [@ricoberger](https://github.com/ricoberger) **Created:** 9/15/2023 **Status:** ✅ Merged **Merged:** 9/15/2023 **Merged by:** [@ricoberger](https://github.com/ricoberger) **Base:** `main` ← **Head:** `core-fix-continuous-delivery-for-supabase` --- ### 📝 Commits (1) - [`68ff73b`](https://github.com/feeddeck/feeddeck/commit/68ff73b52a2c0d9e5512f012d835d9fd15648458) [core] Fix Continuous Delivery for Supabase ### 📊 Changes **2 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTING.md` (+7 -1) 📝 `supabase/functions/import_map.json` (+1 -1) </details> ### 📄 Description The continuous delivery GitHub Action workflow to run the database migration and to deploy the functions, runs in to the following error: ``` error: Uncaught (in promise) Error: Relative import path "http" not prefixed with / or ./ or ../ and not in import map from "https://esm.sh/v132/@types/node@18.16.19/http.d.ts" const ret = new Error(getStringFromWasm0(arg0, arg1)); ``` See https://github.com/feeddeck/feeddeck/actions/runs/6199706506/job/16832826456#logs --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 16:55:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/feeddeck#18