Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Astro / Bun - Error reading db - Manifest
M
Manifest
โข
9mo ago
โข
19 replies
Desireco
Astro / Bun - Error reading db
I am getting
{ message
:
'Forbidden resource
'
, error
:
'Forbidden
'
, statusCode
: 403
}
from console
.log
.
.
.
Server is running on
l
o
c
a
l
h
o
s
t
:1111
, I tried to specify it
, thinking it might try to do https
, but it is not that
. Not sure what to try next
.
When trying Astro example
:
-
-
-
import ManifestSDK from
"
@mnfst
/sdk
"
;
/
/ Init SDK
.
/
/const manifest
= new ManifestSDK
(
)
;
const manifest
= new ManifestSDK
(
"
http://localhost:1111
"
)
;
/
/ Fetch the cat list
.
const result
= await manifest
.from
(
"cats
"
)
.find
(
)
;
console
.log
(result
)
;
const cats
= result
.data
;
-
-
-
<html lang
=
"en
"
>
<head
>
<meta charset
=
"utf
-8
"
/
>
<link rel
=
"icon
" type
=
"image
/svg
+xml
" href
=
"
/favicon
.svg
"
/
>
<meta name
=
"viewport
" content
=
"width
=device
-width
"
/
>
<meta name
=
"generator
" content
=
{Astro
.generator
}
/
>
<title
>Astro
<
/title
>
<
/head
>
<body
>
<ul
>
{cats
.map
(
(cat
)
=
>
<li
>
{cat
.name
}
<
/li
>
)
}
<
/ul
>
<
/body
>
<
/html
>
Manifest
Join
402
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
DB synchronize = false
M
Manifest / questions-๐
4mo ago
Relationship Error
M
Manifest / questions-๐
4mo ago
Error when creating admin account
M
Manifest / questions-๐
8mo ago
Postgres envs
M
Manifest / questions-๐
12mo ago