CA
national-gold
Error when building due to better-sqllite3
My program runs locally, but when I run apify push I get the following error. Any help would be greatly appreciated!
2 Replies
national-goldOP•2y ago
And heres the Actor Build Detail file from the Apify platform
That seems to me like something that occurs when you run older SDK based actor with node v18
Can you send your Dockerfile? Does it have the
FROM apify/*:16
line in it?