Subhendu Kundu

Results 25 issues of Subhendu Kundu

How do we deploy or access the admin portal?

💥 Bug

Hey, This is a great plug in. I was wondering if we can pass different type of svg or images. For example hats, circles, emoji etc? Would this something possible...

good first issue

I am amazed with the video quality tho :) It was working with low bandwidth as well. Now, did we do any performance testing? I mean how much bandwidth it...

feature
security

### Describe the problem: The slash at the end not auto resolving. For example https://cool-bio-flareact-styled.coolbio.workers.dev/subh/ will throw an error but https://cool-bio-flareact-styled.coolbio.workers.dev/subh is accessible. ### Link to a minimal reproduction: https://github.com/subhendukundu/cool-bio-flareact-styled

help wanted
good first issue

### Describe the problem: Webpack alias support is not working as it's not implemented yet. Is there a plan to add it? ``` import Utility from '../../utilities/utility'; // can be...

enhancement

### Describe the problem: Static files from the public folder are not being used with a dynamic route such as `https://example.com/[slug]` I am trying to access the `robots.txt`. ### Link...

bug

There are few cases when you need a redirect in the edge. For a case like mine, in [cool.bio](https://cool.bio) we need to redirect the users based on certain checks. I...

This contains a part of #124 This is my bad. If 124 is getting merged then I don't have to remove them but it doesn't, I will resolve it. Can...

### Describe the problem: Dynamic routing is not able to fetch params with `[slug]/index.js`. This is what I am doing so far ``` export async function getEdgeProps({ params }) {...

help wanted
good first issue

I am trying to deploy my SSR app in firebase originally forked from this repo, after doing some modification in the app. Which works fine when I do sudo firebase...

help wanted