tas13
tas13
DDeno
Created by tas13 on 12/3/2023 in #help
Upgraded to Fresh 1.60 but TailwindCSS not rendering
I updated my codebase to Fresh 1.60 using TailwindCSS instead of twind. When I pushed the code to Deno Deploy, the CSS didn't render. I created a separate repository with a brand new Fresh 1.60 install and deploy it as well and it also didn't render the CSS. Is there a way to fix this? Thanks in advance.
7 replies
DDeno
Created by tas13 on 11/30/2023 in #help
MongoDB connection error on Deno Deploy
Hello, I've a project running on Deno Deploy using Deno Fresh and I need to write information being captured in a form to a MongoDB database. I'm using the deno_mongo drive on denoland. I'm able to connect, read and write data when I run locally but when I deploy to Deno Deploy, i get the following error below after the project builds. I've enabled access to MongoDB, not restricting IP addresses. Any ideas on how I could fix this? Thanks in advance. {"type":"error","code":"deploymentFailed","ctx":"The deployment failed: UNCAUGHT_EXCEPTION\n\nError: MongoError: "Connection failed: Connection refused (os error 111)"\n at MongoClient.connect (https://deno.land/x/mongo@v0.32.0/src/client.ts:31:13)\n at eventLoopTick (ext:core/01_core.js:183:11)\n at async file:///src/config/mongodb.ts:10:1"} #deploy™
4 replies