Skip to main content

Questions tagged [base-url]

The tag has no usage guidance.

base-url
0 votes
0 answers
11 views

Path / base-url issues in deploying Angular app

I'm deploying my first Angular app and I think I have problems of path or base url. According to the server manager, the Web App is unique and serves multiple domains. Each domain is a unique USER ...
Lorenzo's user avatar
  • 73
0 votes
1 answer
185 views

ios maui.net custom webview default BaseUrl path

i have this custom web-view as follow in : MainPage.xaml ``` <controls:HybridWebView x:Name="MyWebView" HeightRequest="140" HorizontalOptions="...
jomaro's user avatar
  • 3
0 votes
2 answers
657 views

Playwright change baseUrl only for specific set of specs

Hi I have 5 specs that my playwright runs. All of them are using the baseUrl which is set in my playwright.config.js BUT I would like 2 out of those 5 tests to run on a different baseUrl. Is that even ...
David Pongo's user avatar
0 votes
0 answers
136 views

How to change the joget base url

I want to change the joget base url. For example, the default url is http://domian/jw. I want to all my joget url having a prefix with /url1/url2 like http://domian/url1/url2/jw/... Any one can help ...
billy xu's user avatar
2 votes
0 answers
237 views

Nuxt 3 project running in a subdirectory trying to find assets in root instead of subdirectory

I could run Nuxt 3 in a subdirectory after setting the app.baseURL in nuxt.config.ts as mentioned in the official documentation. https://nuxt.com/docs/api/configuration/nuxt-config#baseurl It works ...
Jalofort's user avatar
0 votes
0 answers
63 views

I am calling a third party API and it is giving null in the response

Hello everyone I had a problem while calling a Kiwi API in my API but I am facing a problem in URL part because my URL is not forming according to URL formed by The KIWI APP let me show you my code in ...
Umer Iqbal's user avatar
0 votes
0 answers
281 views

codeigniter 4 display error "invalid base URL" after reboot Apache

We are using Codeigniter 4. We restarted Apache (Apache/2.4.37) after found it was suddenly stop working, Site page is working fine before the Apache dead. After restart, all pages displayed same ...
ahmug's user avatar
  • 1
5 votes
2 answers
3k views

Playwright baseUrl in playwright.config.ts does not work in tests

I'm having an issue setting the baseURL for my project. By all tutorials that I watched and tried to replicate, setting the baseURL in the playwright.config.ts should do the trick. However, when I try ...
Felipe Santos's user avatar
0 votes
1 answer
177 views

javascript convert hostname URL into full URL

I want to convert a domain name url (e.g : discord.com, google.com into a full URL (e.g : https://discord.com/, https://www.google.com/). The problem is that I cannot know in advance if it will be ...
isaac's user avatar
  • 3
1 vote
0 answers
133 views

get the "instance_url" in the oauth2 salesforce response and use it in the webclient baseurl

I use a Bean webclient for my connection with salesforce I created a configuration class with these 2 methods. @Configuration public class salesForceConfig { @Bean public ...
David LAUMON's user avatar
4 votes
1 answer
4k views

How to set baseURL in Nuxt 3 in nuxt.config.ts instead of env

The documentation says: By default, the baseURL is set to '/'. However, the baseURL can be updated at runtime by setting the NUXT_APP_BASE_URL as an > environment variable. Then, you can access ...
Marian Klühspies's user avatar
1 vote
1 answer
300 views

Use EditText value as baseUrl in Retrofit

I'm creating an app where the user has to insert a serverurl in an EditText field, and that url should be the baseUrl of the retrofit-request. So, my code works as it should when i use a hardcoded ...
Alex Mutschl's user avatar
1 vote
1 answer
218 views

Part of my base url is removed upon adding a relative path

I have a base url https://dev.services.com/this/is/nothing/ and the path "max/status" When I try to add "max/status" to the base url the part this/is/nothing/ is removed. This just ...
Karla Flores's user avatar
0 votes
1 answer
74 views

web.show_document uses different base url when used from java webstart

Forms 12.2.1.4. Using web.show_document I see different behavior when running the Forms using Java Plugin (JPI) or using Java Webstart (JWS). Same form, when run using JPI, web.show_document tries to ...
realpikolo's user avatar
0 votes
0 answers
715 views

CodeIgniter: accessing http://localhost/ needs to display codeigniter welcome page

I just installed CodeIgniter 3 in my wamp64/www/ directory. When I access http://localhost/CodeIgniter/ I can view the Welcome page of CI. I set my base_url = "http://localhost/CodeIgniter". ...
Jhiehm's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
24