#Site doesn't build due to ByteString error

1 messages · Page 1 of 1 (latest)

charred ivy
#

Trying to build my Astro site, which uses this template: https://github.com/one-aalam/astro-ink
Unfortunately, when Astro gets around to generate static routes, it gives the error attached.
Perhaps this is because I'm using a custom icon font for the site's logo?
I'd love any help.

GitHub

Crisp, minimal, personal blog theme for Astro. Contribute to one-aalam/astro-ink development by creating an account on GitHub.

waxen shuttle
#

from the stacktrace, it seems like its not the same

#

we ran into this error because we were passing unencoded strings into a header

#

the way we fixed it was by encoding the header value with encodeURI()

#

you might want to do the same

charred ivy
#

At the end I fixed it by deleting public/admin and removing its integration

#

Something with the theme

waxen shuttle
#

the hebrew characters in the project path might be tripping it up

#

glad you could figure it out

#

good luck!

charred ivy
#

Thanks