Arthur Kennedy Otieno
Arthur Kennedy Otieno
Update: It somehow worked [https://github.com/AfricasTalkingLtd/africastalking.Net/runs/1346457611](https://github.com/AfricasTalkingLtd/africastalking.Net/runs/1346457611) Closing ...
Kick them ... 💪
I got this to work by manually copying my own `.env` file into `packages/hoppscotch-app` using Docker
Still having this issue, not sure if the fix works ``` GET /__/ 200 5.299 ms - - GET /__cypress/runner/cypress_runner.css 200 3.177 ms - - GET /__cypress/runner/cypress_runner.js 200 1.482 ms...
@vuonghungvinh I never managed to fix this, and now that Sapper has been deprecated in favor of [Svelte Kit](https://kit.svelte.dev/docs/migrating) try using [svelte-testing-library](https://github.com/testing-library/svelte-testing-library)
I have even switched to `express` and still no change ```js import compression from 'compression'; import * as sapper from '@sapper/server'; const express = require('express'); const app = express(); app.use(express.static(__dirname...
@benoror, Thanks for the suggestion. Unfortunately, this did not work for me. :(
There seems to be an open PR #985 @Conduitry any chance this will be looked at, seems like tons of people are having this issue 🤔
Downgrading to `v0.11.2` solves the issue.
Hello @a8m I'm on go `1.18.1`