Got error: Unknown internal error occurred.
I added SSR adapter to Astro project, but it seems to have a problem with something, but the error doesn't say much. Log attached
5 Replies
is that the full log? I dont see the internal error
I think so. Latest deployment that failed is this 676201c3-9dbf-454f-855b-3b03c89b6ca4
Thanks, let me escalate that then
Escalated, someone from the Support team will check when they are available
Thanks
Found the culprit. Astro rendered navigator on server which worked somehow on localhost, but not on cloudflare.
Removed the navigator and switched back to
client:load
on react component, but it doesn't work.
Tracked down the problem, it's dynamic lucid icons.Hi, probably I'm facing the same issue. Could you tell me the icon package which you use?
I'm using
astro-icon
, @iconify-json/mdi
and react-icons
.